Bug #1684 | "CORRUPT LOG RECORD FOUND" in error log after create tables with replicationl | ||
---|---|---|---|
Submitted: | 27 Oct 2003 22:56 | Modified: | 13 Nov 2003 9:02 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | Ver 4.0.16-standard | OS: | Linux (Red Hat linux 7.3) |
Assigned to: | 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
[28 Oct 2003 20:08]
[ name withheld ]
[28 Oct 2003 20:09]
[ name withheld ]
script to recreate the bug
Attachment: createbug (text/plain), 1.21 KiB.
[28 Oct 2003 20:10]
[ name withheld ]
control script that woudl not recreate the bug
Attachment: createbugcontrol (text/plain), 1.17 KiB.
[28 Oct 2003 20:12]
[ name withheld ]
output list with error for the bug
Attachment: createbuglist (text/plain), 12.43 KiB.
[28 Oct 2003 20:13]
[ name withheld ]
script to start master mysqld
Attachment: g20a (text/plain), 606 bytes.
[28 Oct 2003 20:13]
[ name withheld ]
script to start slave mysqld
Attachment: g20sa (text/plain), 550 bytes.
[28 Oct 2003 20:14]
[ name withheld ]
script to stop master mysqld
Attachment: g21a (text/plain), 365 bytes.
[28 Oct 2003 20:15]
[ name withheld ]
script to stop slave mysqld
Attachment: g21sa (text/plain), 549 bytes.
[28 Oct 2003 20:16]
[ name withheld ]
script to create /var/lib/mysql2 for slave mysqld
Attachment: g24a (text/plain), 841 bytes.
[28 Oct 2003 20:17]
[ name withheld ]
script to delete /var/lib/mysql for master mysqld
Attachment: g24ia (text/plain), 267 bytes.
[28 Oct 2003 20:18]
[ name withheld ]
script to view master mysqld's err file
Attachment: l2a (text/plain), 289 bytes.
[28 Oct 2003 20:20]
[ name withheld ]
script to get master mysqld's log record number for replication purpose
Attachment: m35a (text/plain), 170 bytes.
[28 Oct 2003 20:20]
[ name withheld ]
input for script m35a
Attachment: m35i (text/plain), 59 bytes.
[28 Oct 2003 20:21]
[ name withheld ]
script to start the replication process
Attachment: m36a (text/plain), 159 bytes.
[28 Oct 2003 20:22]
[ name withheld ]
input for script m36a
Attachment: m36i (text/plain), 202 bytes.
[28 Oct 2003 20:23]
[ name withheld ]
configuration file for master mysqld
Attachment: my.cnf (application/octet-stream, text), 3.19 KiB.
[28 Oct 2003 20:24]
[ name withheld ]
configuration file for slave mysqld
Attachment: my2.cnf (application/octet-stream, text), 3.67 KiB.
[28 Oct 2003 20:25]
[ name withheld ]
SQL commands for master mysqld to create the bug
Attachment: runsql (text/plain), 155 bytes.
[28 Oct 2003 20:26]
[ name withheld ]
input for script runsql
Attachment: runsqlinput (text/plain), 22.70 KiB.