Bug #22425 Prepared Statements fail to correctly bind parameters
Submitted: 17 Sep 2006 14:30 Modified: 22 Jan 2007 17:10
Reporter: Christopher Schultz Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: Prepared statements Severity:S3 (Non-critical)
Version:4.1.21 OS:Linux (Linux 2.6.14 and 2.6.17)
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:

[20 Sep 2006 10:17] Tonci Grgin
Test case

Attachment: TestBug22425.java (text/x-java), 2.46 KiB.

[11 Oct 2006 21:56] Christopher Schultz
Test case that can demonstrate this bug in my environment.

Attachment: JDBCTest.java (application/octet-stream, text), 2.53 KiB.

[13 Oct 2006 20:26] Christopher Schultz
C version of same (failing) test

Attachment: mysql_test.c (application/octet-stream, text), 2.50 KiB.

[16 Oct 2006 11:07] Tonci Grgin
VS 2005 project, mind the paths!

Attachment: bug22425.zip (application/x-zip-compressed, text), 186.84 KiB.