Bug #25383 | Servers crashes on specific query | ||
---|---|---|---|
Submitted: | 3 Jan 2007 11:55 | Modified: | 16 Feb 2007 21:34 |
Reporter: | Olivier Clavel | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: General | Severity: | S1 (Critical) |
Version: | 5.0.34-BK, 5.0.30 | OS: | Linux (Linux, Debian Sarge i386) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | regression |
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
[3 Jan 2007 11:56]
Olivier Clavel
[3 Jan 2007 14:31]
Olivier Clavel
Smallest data chunk I could get that still crashes (full db dump)
Attachment: smallestDataChunk.sql (text/x-sql), 28.95 KiB.
[3 Jan 2007 14:31]
Olivier Clavel
Evidence of crash in mysql command line after query
Attachment: crashEvidenceAfterQuery.txt (text/plain), 1.82 KiB.