Bug #26117 | index_merge sort-union over partitioned table crashes | ||
---|---|---|---|
Submitted: | 6 Feb 2007 15:19 | Modified: | 1 Mar 2007 4:51 |
Reporter: | Jake Chung | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1.14-Beta/5.1bk | OS: | Windows (Windows/Linux) |
Assigned to: | Sergey Petrunya | CPU Architecture: | Any |
Tags: | crash, index merge, partition |
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
[6 Feb 2007 15:21]
Jake Chung
[6 Feb 2007 16:43]
Miguel Solorzano
Call Stack for Windows server source 5.1.16
Attachment: call-stack-bug26117.txt (text/plain), 3.52 KiB.
[6 Feb 2007 16:56]
Miguel Solorzano
Back Trace on Linux
Attachment: bt-bug26117.txt (text/plain), 7.93 KiB.