Bug #53442 | EXPLAIN doesn't detec an index-covered query with InnoDB | ||
---|---|---|---|
Submitted: | 5 May 2010 16:10 | Modified: | 5 May 2010 22:44 |
Reporter: | Dor Cohen | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.1.46 - community | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | explain, index-covered, innodb, Using index |
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
[5 May 2010 16:11]
Dor Cohen
[5 May 2010 16:11]
Dor Cohen
The results
Attachment: so.txt (text/plain), 16.92 KiB.
[5 May 2010 22:42]
Miguel Solorzano
Results on today source
Attachment: so-source.txt (text/plain), 7.78 KiB.