Bug #12734 | prepared statement may return incorrect result set for a select SQL request | ||
---|---|---|---|
Submitted: | 22 Aug 2005 20:11 | Modified: | 24 Jan 2006 23:52 |
Reporter: | c dubet | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S2 (Serious) |
Version: | 4.1.15, 5.0.12, 5.0.19-BK | OS: | Linux (Linux (fedora core 3)) |
Assigned to: | Konstantin Osipov | 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
[22 Aug 2005 20:22]
c dubet
[14 Jan 2006 1:27]
Konstantin Osipov
A shorter test case (without extra columns and indices)
Attachment: 12734.sql.gz (application/x-gzip, text), 108.59 KiB.