Bug #6589 Client trap with numeric values in prepared statements
Submitted: 12 Nov 2004 9:55 Modified: 12 Nov 2004 18:57
Reporter: Vincent De Groote Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:4.1.7 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[12 Nov 2004 9:56] Vincent De Groote
Database and table creation

Attachment: db_types.sql (text/plain), 445 bytes.

[12 Nov 2004 9:57] Vincent De Groote
Client code

Attachment: preptest.c (application/octet-stream, text), 3.28 KiB.

[12 Nov 2004 9:57] Vincent De Groote
Client compilation batch file

Attachment: build_prep.bat (application/octet-stream, text), 265 bytes.