Bug #97027 Bulk insert with ON DUPLICATE KEY UPDATE breaks replicaiton
Submitted: 26 Sep 2019 10:02 Modified: 15 Jan 2021 16:20
Reporter: Christian Roser Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Row Based Replication ( RBR ) Severity:S2 (Serious)
Version:5.7.* OS:Any
Assigned to: CPU Architecture:x86
Tags: bulk, RBR, regression

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:

[26 Sep 2019 10:04] Christian Roser
sql file to break replication

Attachment: break_replication.sql (application/sql, text), 95 bytes.

[26 Sep 2019 10:04] Christian Roser
file to initialize test database

Attachment: db.sql (application/sql, text), 1.87 KiB.