Bug #64751 MySQL 5.5+ cannot replicate some statements that are valid in 5.1
Submitted: 24 Mar 2012 0:11 Modified: 28 Mar 2012 21:12
Reporter: Chip Turner Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: DML Severity:S2 (Serious)
Version:5.5.20, 5.6.4, 5.6.5 OS:Linux (64 bit)
Assigned to: CPU Architecture:Any
Tags: Contribution

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:

[28 Mar 2012 21:11] Chip Turner
fix for unsigned addition

Attachment: unsigned-addition-fix.patch (application/octet-stream, text), 919 bytes.

[28 Mar 2012 21:12] Chip Turner
fix for replication thread to obey unsigned sql_mode setting

Attachment: unsigned-replication.patch (application/octet-stream, text), 741 bytes.