Bug #41996 | multi-table delete crashes server (InnoDB table) | ||
---|---|---|---|
Submitted: | 9 Jan 2009 12:19 | Modified: | 26 Feb 2010 9:57 |
Reporter: | Amit Saha | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S1 (Critical) |
Version: | 6.0.6,6.0.10 | OS: | Linux (RHEL) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | Contribution, index_condition_pushdown, optimizer_switch |
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
[9 Jan 2009 12:21]
Amit Saha
[9 Jan 2009 12:22]
Amit Saha
Test 2
Attachment: de_multi_db_table_using.test (application/octet-stream, text), 22.06 KiB.
[9 Jan 2009 12:22]
Amit Saha
Test 3
Attachment: de_multi_table.test (application/octet-stream, text), 17.43 KiB.
[9 Jan 2009 12:22]
Amit Saha
Test 4
Attachment: de_multi_table_using.test (application/octet-stream, text), 17.62 KiB.