Bug #14253 Optimizer uses partial indexes for subqueries, where it should not
Submitted: 24 Oct 2005 9:26 Modified: 31 Dec 2009 12:44
Reporter: Domas Mituzas Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Optimizer Severity:S3 (Non-critical)
Version:5.0, 4.1, 6.0.14-bzr OS:Linux (Linux)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

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:

[25 Oct 2005 16:03] Domas Mituzas
SELECT a FROM t1 WHERE EXISTS (SELECT b FROM t2 WHERE a=b AND c IN (10,20))

Attachment: 14253.gz (application/x-gzip, text), 193.87 KiB.