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: | |
Category: | Connector / ODBC | Severity: | S1 (Critical) |
Version: | 5.1 | OS: | Windows |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | batch inserts |
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
[27 Sep 2011 5:59]
Bogdan Degtyariov
[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.