Bug #15059 | Sorting is not working right | ||
---|---|---|---|
Submitted: | 18 Nov 2005 22:08 | Modified: | 27 Jul 2006 12:03 |
Reporter: | Chang-Ping Hsiao | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Administrator | Severity: | S3 (Non-critical) |
Version: | 1.1.5 | OS: | Windows (Windows XP SP2) |
Assigned to: | Mike Lischke | CPU Architecture: | Any |
Tags: | Catalog |
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
[18 Nov 2005 22:10]
Chang-Ping Hsiao
[18 Nov 2005 22:10]
Chang-Ping Hsiao
Sort data length descendingly
Attachment: data_descend.gif (image/gif, text), 84.09 KiB.
[18 Nov 2005 22:11]
Chang-Ping Hsiao
Sort index length ascendingly
Attachment: index_ascend.gif (image/gif, text), 83.90 KiB.
[18 Nov 2005 22:11]
Chang-Ping Hsiao
Sort index length descendingly
Attachment: index_descend.gif (image/gif, text), 83.90 KiB.