Bug #47142 | "slave start until" stops 1 event too late in 4.1 to 5.0 replication | ||
---|---|---|---|
Submitted: | 4 Sep 2009 16:07 | Modified: | 15 Mar 2010 4:47 |
Reporter: | Andrii Nikitin | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S3 (Non-critical) |
Version: | 5.0.60+ | OS: | Any |
Assigned to: | Andrei Elkin | 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
[4 Sep 2009 16:09]
Andrii Nikitin
[9 Sep 2009 11:04]
Andrii Nikitin
script to run with repltest.sh from bug #47210
Attachment: repl47142.sh (application/x-shellscript, text), 456 bytes.
[9 Sep 2009 11:10]
Andrii Nikitin
log demosntrating the problem
Attachment: repl47142.log (text/x-log), 3.34 KiB.