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:
None 
Category:Connector / ODBC Severity:S3 (Non-critical)
Version:5.1 OS:Any
Assigned to: Assigned Account CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[2 May 2008 13:50] James Courtier-Dutton
MS Access file with two links, table3.51 is using ODBC Driver 3.51, table51 is using Driver 5.1

Attachment: test1-2000.mdb (application/msaccess, text), 160.00 KiB.

[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.