Bug #10442 | Server crashing bug on replication slaves | ||
---|---|---|---|
Submitted: | 7 May 2005 23:22 | Modified: | 28 Aug 2006 20:16 |
Reporter: | Beat Vontobel (Silver Quality Contributor) (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S1 (Critical) |
Version: | mysql-standard-4.1.11-pc-linux-gnu-i686 | OS: | Linux (Linux 2.4.21 (SuSE Professional)) |
Assigned to: | Elliot Murphy | 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
[7 May 2005 23:58]
Beat Vontobel
[10 May 2005 13:32]
Beat Vontobel
Tables used for test case
Attachment: crash_dump.sql (application/octet-stream, text), 4.34 KiB.
[10 May 2005 13:33]
Beat Vontobel
Query used to crash all slaves
Attachment: crash_query.sql (application/octet-stream, text), 640 bytes.