Bug #24186 | nested query across partitions returns fewer records | ||
---|---|---|---|
Submitted: | 10 Nov 2006 13:08 | Modified: | 1 Feb 2007 0:04 |
Reporter: | Giuseppe Maxia | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Partitions | Severity: | S1 (Critical) |
Version: | 5.1.11,5.1.13 | OS: | Linux (Linux) |
Assigned to: | Alexey Botchkov | CPU Architecture: | Any |
Tags: | nested query, partitions, Q1, subquery |
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
[10 Nov 2006 14:47]
Giuseppe Maxia
[11 Nov 2006 15:58]
Giuseppe Maxia
Wider test case (checks partitions by key, list, range, hash) for three engines (MyISAM, InnoDB, Archive)
Attachment: bug_24186.pl (text/x-perl), 5.57 KiB.
[20 Dec 2006 17:15]
Giuseppe Maxia
updated test for bug #24186
Attachment: bug_24186test.tar.gz (application/gzip, text), 887 bytes.