Bug #53684 "MyODBC batch insert" does not report correctly the "inserts" that failed
Submitted: 16 May 2010 19:17 Modified: 8 Nov 2011 4:27
Reporter: frank vanden berghen Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / ODBC Severity:S1 (Critical)
Version:5.1 OS:Windows
Assigned to: Bogdan Degtyariov CPU Architecture:Any
Tags: batch inserts

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:

[27 Sep 2011 5:59] Bogdan Degtyariov
Test case

Attachment: bug53684.c (text/plain), 2.52 KiB.

[28 Sep 2011 9:55] frank vanden berghen
a second, more precise code to track the bug

Attachment: mysqlTest_v2.cpp (text/plain), 3.67 KiB.