Bug #18980 | Test 'rpl_row_blob_innodb' fails randomly | ||
---|---|---|---|
Submitted: | 10 Apr 2006 19:04 | Modified: | 4 May 2007 14:01 |
Reporter: | Kent Boortz | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Row Based Replication ( RBR ) | Severity: | S3 (Non-critical) |
Version: | 5.1-bk | OS: | Linux (SuSE SLES9 x86) |
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
[21 Nov 2006 14:10]
Chuck Bell
[21 Nov 2006 14:11]
Chuck Bell
Test include file (contains actual test). Place in ./mysql-test/extra/rpl_tests.
Attachment: rpl_row_blob_bug_18980.test (application/octet-stream, text), 3.54 KiB.
[21 Nov 2006 14:11]
Chuck Bell
Option file (required). Place in ./mysql-test/t.
Attachment: rpl_bug_18980-slave.opt (text/plain), 9 bytes.
[21 Nov 2006 14:12]
Chuck Bell
Test file. Place in ./mysql-test/t. Run with --mysqld=--binlog-format=row
Attachment: rpl_bug_18980.test (application/octet-stream, text), 478 bytes.