Bug #34660 | crash when federated table loses connection during insert ... select | ||
---|---|---|---|
Submitted: | 19 Feb 2008 11:49 | Modified: | 8 Oct 2011 16:07 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S1 (Critical) |
Version: | 5.1.56, 5.0.56, 5.5.10 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
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
[19 Feb 2008 11:56]
Shane Bester
[19 Feb 2008 13:38]
Shane Bester
testcase that crashes server. run against 127.0.0.1
Attachment: bug34660.c (text/plain), 7.08 KiB.
[6 Aug 2009 15:21]
kentoku shiba
Contribution patch file for fixing this problem.
Attachment: mysql-5.1.37.bug34660.diff (, text), 454 bytes.
[1 Apr 2011 11:44]
Shane Bester
just noting that 5.5.10 still crashes using the .c testcase.
Attachment: bug34660_5.5.10_crash_windows.txt (text/plain), 8.80 KiB.