MySQL Forums
Forum List  »  Optimizer & Parser

Re: Fails to use range index in outer joined table
Posted by: Rick James
Date: May 26, 2011 09:27PM

Please use SHOW CREATE TABLE instead of DESCRIBE.

Let's double check your observation doing the following two statements around each SELECT:

FLUSH STATUS; -- run this before the SELECT
SHOW STATUS LIKE 'handler_read%'; -- run this after the SELECT

If that show significantly bigger results for the first SELECT, then please submit it http://bugs.mysql.com/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Fails to use range index in outer joined table
1111
May 26, 2011 09:27PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.