Bug #44360 | Replication failed | ||
---|---|---|---|
Submitted: | 20 Apr 2009 7:34 | Modified: | 18 Jul 2011 8:47 |
Reporter: | Nick Chang | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.1.33, 5.1.37, 5.1.39, 5.1.49 | OS: | Any (CentOS 4.6, windows) |
Assigned to: | Sven Sandberg | CPU Architecture: | Any |
Tags: | valgrind |
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
[24 Aug 2009 1:38]
Nick Chang
[26 Aug 2009 8:04]
Shane Bester
on linux my reduced testcase caused 5.1.39-debug valgrind errors on both binlog statements.
Attachment: bug44360_reduced_testcase_valgrind_errors.sql (text/x-sql), 31.22 KiB.