Bug #26452 | Unable to retrieve some rows with index | ||
---|---|---|---|
Submitted: | 16 Feb 2007 17:02 | Modified: | 9 Mar 2007 11:01 |
Reporter: | Alexey Stroganov | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Falcon storage engine | Severity: | S2 (Serious) |
Version: | 5.2.3 | OS: | Linux (Linux) |
Assigned to: | Kevin Lewis | 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
[16 Feb 2007 17:04]
Alexey Stroganov
[28 Feb 2007 14:48]
Kevin Lewis
Duplicates across multiple pages.
Attachment: bug26452_A.pl (application/x-perl, text), 1.66 KiB.
[9 Mar 2007 15:38]
Kevin Lewis
More complex test
Attachment: bug26452_B.pl (application/x-perl, text), 3.01 KiB.