Bug #36470 | ODBC update boolean wrong in MySQL ODBC 5.1, correct in MySQL ODBC 3.51 | ||
---|---|---|---|
Submitted: | 2 May 2008 12:12 | Modified: | 21 Oct 2008 19:07 |
Reporter: | James Courtier-Dutton | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / ODBC | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | Any |
Assigned to: | Assigned Account | 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
[2 May 2008 13:50]
James Courtier-Dutton
[2 May 2008 13:52]
James Courtier-Dutton
mysqldump of database test1
Attachment: mysqldump-test1.sql (application/octet-stream, text), 1.80 KiB.
[3 May 2008 9:05]
James Courtier-Dutton
Patch to fix the problem
Attachment: bool-fix.diff (text/x-diff), 545 bytes.