| Bug #25478 | transaction structure lost in replication | ||
|---|---|---|---|
| Submitted: | 8 Jan 2007 21:04 | Modified: | 12 Mar 2007 15:55 |
| Reporter: | Hal Finkel | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
| Version: | 5.1.14-0.glibc23 | OS: | Linux (Fedora Core 4) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | binary log, innodb, replication, transaction | ||
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
[8 Jan 2007 21:09]
Hal Finkel
[8 Jan 2007 21:10]
Hal Finkel
Binary log from server C (notice how the transaction structure has changed from the relay log - unparsed by mysqlbinlog)
Attachment: server_c.log.txt (text/plain), 1.63 KiB.
[11 Jan 2007 6:40]
Hal Finkel
my.cnf file from server a
Attachment: server_a_my.cnf (application/octet-stream, text), 676 bytes.
[11 Jan 2007 6:41]
Hal Finkel
my.cnf file from server B
Attachment: server_b_my.cnf (application/octet-stream, text), 676 bytes.
[11 Jan 2007 6:42]
Hal Finkel
my.cnf file from server C
Attachment: server_c_my.cnf (application/octet-stream, text), 676 bytes.
