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: | |
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 |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[20 Sep 2006 10:17]
Tonci Grgin
[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.