Bug #69581 | InnoDB index intersection returns less results than expected | ||
---|---|---|---|
Submitted: | 26 Jun 2013 10:04 | Modified: | 7 Oct 2013 10:56 |
Reporter: | Putinas Piliponis | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | 5.6.12-log Source distribution | OS: | Any |
Assigned to: | ADITYA ANANTHAPADMANABHA | CPU Architecture: | Any |
Tags: | INDEX, innodb, intersect |
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
[24 Sep 2013 2:59]
Andrew Dalgleish
[24 Sep 2013 3:00]
Andrew Dalgleish
test case result
Attachment: testcase-indexmerge.sql.txt (text/plain), 1.21 KiB.