Bug #69898 | change_master() invokes ha_innobase::truncate() in a DML transaction | ||
---|---|---|---|
Submitted: | 1 Aug 2013 13:47 | Modified: | 19 Sep 2013 14:02 |
Reporter: | Shahriyar Rzayev | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | 5.6.12 | OS: | Any (Centos 6.4) |
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
[2 Aug 2013 22:15]
Shahriyar Rzayev
[6 Aug 2013 8:17]
Shahriyar Rzayev
Core dump
Attachment: core.tar.gz (application/x-gzip, text), 1.68 MiB.
[6 Aug 2013 8:22]
Shahriyar Rzayev
ibdata1
Attachment: ibdata1.tar.gz (application/x-gzip, text), 41.33 KiB.
[7 Aug 2013 19:29]
Shahriyar Rzayev
MASTER server step-by-step
Attachment: master_server (application/octet-stream, text), 3.84 KiB.
[7 Aug 2013 19:30]
Shahriyar Rzayev
SLAVE server step-by-step
Attachment: slave_server (application/octet-stream, text), 2.17 KiB.
[7 Aug 2013 19:32]
Shahriyar Rzayev
replication step-by-step
Attachment: replication_steps (application/octet-stream, text), 10.69 KiB.
[7 Aug 2013 19:35]
Shahriyar Rzayev
MASTER error log file
Attachment: localhost.localdomain.err (application/octet-stream, text), 13.13 KiB.
[7 Aug 2013 19:39]
Shahriyar Rzayev
SLAVE error log file
Attachment: localhost.localdomain.err (application/octet-stream, text), 26.46 KiB.