Bug #69185 | Replication breaks during concurrent INSERTs and LOAD DATA in a auto_inc table | ||
---|---|---|---|
Submitted: | 9 May 2013 15:23 | Modified: | 24 Feb 2014 12:33 |
Reporter: | Ovais Tariq | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 5.1.69 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
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
[9 May 2013 15:27]
Ovais Tariq
[9 May 2013 15:28]
Ovais Tariq
MySQL binlog that caused replication failure
Attachment: mysql-bin.000014 (application/octet-stream, text), 2.14 KiB.
[9 May 2013 15:31]
Ovais Tariq
file used in the LOAD DATA INFILE
Attachment: SQL_LOAD_MB-17a99f5-3 (application/octet-stream, text), 20 bytes.
[9 May 2013 19:02]
Umesh Shastry
Test case...
Attachment: 69185.txt (text/plain), 2.71 KiB.