Bug #37621 | SQLDescribeCol returns incorrect values of SQLTables data | ||
---|---|---|---|
Submitted: | 25 Jun 2008 7:13 | Modified: | 24 May 2010 10:29 |
Reporter: | Chi Lam | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 3.51, 5.1 | OS: | Windows |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | SQLDescribeCol, SQLTables |
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 2009 6:30]
Bogdan Degtyariov
[31 Mar 2010 18:20]
Paul Rampel
Excel spreadsheet illustrating difference between two versions
Attachment: MYSQL 5.1.6 vs. 5.1.5.zip (application/x-zip-compressed, text), 15.12 KiB.
[7 Apr 2010 14:57]
Lawrenty Novitsky
Updated patch - fixed MYODBC_FIELD_STRING and introduced MYODBC_FIELD_NAME for NAME_LEN len
Attachment: patch37621v2.diff (text/x-diff), 11.07 KiB.