Bug #26089 | Query can cause crash in enterprise 5.0.30 and above, but not prior versions | ||
---|---|---|---|
Submitted: | 5 Feb 2007 16:03 | Modified: | 16 Feb 2007 21:23 |
Reporter: | Harrison Fisk | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | MySQL Enterprise 5.0.30 and up | OS: | MacOS (Mac OS X.4, Windows, Linux) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | bfsm_2007_02_15, 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
[5 Feb 2007 17:48]
Shane Bester
[5 Feb 2007 19:06]
Shane Bester
this testcase crashes my 5.0.36 windows version
Attachment: bug26089_testcase_reduced.sql (application/octet-stream, text), 738 bytes.