Bug #14143 | select with many left joins on large data set makes server crash | ||
---|---|---|---|
Submitted: | 19 Oct 2005 15:10 | Modified: | 3 Nov 2005 13:58 |
Reporter: | Berto van de Kraats | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S1 (Critical) |
Version: | 5.0.16-nightly-20051017-debug | OS: | Linux (Linux Suse sles 9 sp1) |
Assigned to: | Assigned Account | 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
[19 Oct 2005 15:13]
Berto van de Kraats
[19 Oct 2005 15:13]
Berto van de Kraats
Table data to reproduce the problem
Attachment: bug14143.table.dump.bz2 (application/octet-stream, text), 127.10 KiB.