Bug #30076 | Unexpected output in SELECT * FROM test ORDER BY foo DESC LIMIT 75, 15; | ||
---|---|---|---|
Submitted: | 26 Jul 2007 15:46 | Modified: | 10 Aug 2007 10:37 |
Reporter: | Fabio Sgamo | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | all | OS: | Any |
Assigned to: | Igor Babaev | CPU Architecture: | Any |
Tags: | ANSI SQL T611, limit, order by, SELECT |
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
[26 Jul 2007 15:50]
Fabio Sgamo
[31 Jul 2007 10:19]
Sveta Smirnova
test case
Attachment: bug30076.test (application/octet-stream, text), 5.60 KiB.
[2 Aug 2007 17:25]
Fabio Sgamo
Not a bug: all records returned with schema of 'bug30076.test'
Attachment: NOT_bug30076_all.sql (text/plain), 3.80 KiB.
[2 Aug 2007 17:26]
Fabio Sgamo
Not a bug: partial record sets returned with LIMIT and schema of 'bug30076.test'
Attachment: NOT_bug30076_LIMIT.sql (text/plain), 4.15 KiB.
[2 Aug 2007 17:26]
Fabio Sgamo
Not a bug: all records returned with schema of 'How to repeat:' section
Attachment: bug30076_all.sql (text/plain), 3.89 KiB.
[2 Aug 2007 17:28]
Fabio Sgamo
BUG: partial record sets returned with LIMIT and schema of 'How to repeat:' section
Attachment: bug30076_LIMIT.sql (text/plain), 4.24 KiB.