Bug #56529 | Crash due to long semaphore wait in InnoDB with ICP and subqueries | ||
---|---|---|---|
Submitted: | 3 Sep 2010 9:22 | Modified: | 11 Dec 2010 17:42 |
Reporter: | John Embretsen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S1 (Critical) |
Version: | bzr_mysql-next-mr-opt-backporting | OS: | Any |
Assigned to: | Olav Sandstå | CPU Architecture: | Any |
Tags: | 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
[3 Sep 2010 10:50]
John Embretsen
[3 Sep 2010 12:26]
John Embretsen
MTR-style test case reproducing this bug.
Attachment: bug56529.test (application/octet-stream, text), 23.65 KiB.