Bug #26551 | Aborted query for non-transactional table breaks replication | ||
---|---|---|---|
Submitted: | 22 Feb 2007 0:50 | Modified: | 1 May 2007 14:02 |
Reporter: | Arjen Lentz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | any | OS: | Any (any) |
Assigned to: | Mats Kindahl | CPU Architecture: | Any |
Tags: | bfsm_2007_03_01, replication |
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
[22 Feb 2007 9:00]
Sveta Smirnova
[3 Apr 2007 7:57]
Mats Kindahl
Test file to check that killing a connection will prevent the statement from executing on the slave
Attachment: rpl_bug26551.test (application/octet-stream, text), 933 bytes.