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:
None 
Category:MySQL Server: Replication Severity:S2 (Serious)
Version:5.1.69 OS:Any
Assigned to: 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:

[9 May 2013 15:27] Ovais Tariq
Test script to execute INSERT and LOAD DATA concurrently

Attachment: test_insert.sh (application/octet-stream, text), 913 bytes.

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