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: | |
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 |
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
[28 Mar 2012 21:11]
Chip Turner
[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.