Bug #69718 | INSERT ON DUPLICATE KEY UPDATE does regularly report "-1" | ||
---|---|---|---|
Submitted: | 10 Jul 2013 18:36 | Modified: | 27 Aug 2013 8:14 |
Reporter: | Louis at oracle | Email Updates: | |
Status: | Patch pending | Impact on me: | |
Category: | Connector / ODBC | Severity: | S2 (Serious) |
Version: | 5.2.5 | OS: | Windows (window7 64bit) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | affected, ON DUPLICATE KEY |
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
[12 Jul 2013 13:14]
Bogdan Degtyariov
[25 Jul 2013 15:20]
Bogdan Degtyariov
Patch and test case
Attachment: patch69718.diff (application/octet-stream, text), 4.22 KiB.