Bug #48438 | crash with error in unioned query against merge table and view... | ||
---|---|---|---|
Submitted: | 30 Oct 2009 14:59 | Modified: | 18 Jun 2010 2:09 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S1 (Critical) |
Version: | 5.1.40, 5.1.41-bzr | OS: | Any (64-bit XP/linux) |
Assigned to: | Sergey Vojtovich | 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
[30 Oct 2009 16:22]
Shane Bester
[30 Oct 2009 20:48]
Shane Bester
here's the full and original testcase. shows many valgrind errors on linux, crashes windows 5.1.40..
Attachment: bug48438_testcase2.zip (application/zip, text), 159.60 KiB.
[30 Oct 2009 20:56]
Shane Bester
valgrind errors (invalid reads of 8 bytes for 64-bit 5.1.40).
Attachment: bug48438_5.1.40_x64_valgrind_testcase2.txt (text/plain), 11.92 KiB.