Bug #16421 | Events: Replication of effects doesn't work | ||
---|---|---|---|
Submitted: | 12 Jan 2006 4:13 | Modified: | 6 May 2007 3:06 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.1.7, 5.1.6-alpha-debug | OS: | Linux (SUSE 10.0) |
Assigned to: | Chuck Bell | CPU Architecture: | Any |
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
[18 Dec 2006 13:45]
Jonathan Miller
[18 Dec 2006 13:45]
Jonathan Miller
rpl_row_events.test
Attachment: rpl_row_events.test (application/octet-stream, text), 1.59 KiB.
[18 Dec 2006 13:46]
Jonathan Miller
test_bug_16421.tar.gz
Attachment: test_bug_16421.tar.gz (application/x-gzip, text), 41.61 KiB.
[20 Dec 2006 21:09]
Giuseppe Maxia
updated test to handle events with both SBR and RBR
Attachment: rpl_events.tar.gz (application/gzip, text), 1.01 KiB.