Bug #24131 | SHOW CREATE TABLE result truncated with mysql 3.23 and ODBC driver 3.51.12.00 | ||
---|---|---|---|
Submitted: | 9 Nov 2006 9:30 | Modified: | 11 Jul 2008 14:45 |
Reporter: | yann le gloinec | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 3.51.25, 5.1.4 | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 3.51, ADO, MyODBC, regression, SHOW CREATE |
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
[10 Nov 2006 15:05]
yann le gloinec
[13 Nov 2006 13:31]
yann le gloinec
My DBA gave me this, seems to be my.cnf!
Attachment: confmysql.dump (application/octet-stream, text), 2.43 KiB.
[11 Dec 2006 14:14]
Tonci Grgin
Test case
Attachment: Bug24131.vbs (application/octet-stream, text), 746 bytes.
[11 Dec 2006 14:14]
Tonci Grgin
SQL log
Attachment: Bug24131SQL.zip (application/zip, text), 2.71 KiB.
[11 Nov 2008 19:13]
Jess Balint
bugfix (for reference)
Attachment: bug24131.diff (application/octet-stream, text), 2.76 KiB.