Re: Fails to use range index in outer joined table
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/
Subject
Views
Written By
Posted
3467
May 25, 2011 10:01AM
Re: Fails to use range index in outer joined table
1111
May 26, 2011 09:27PM
1109
May 27, 2011 01:51AM
1176
May 27, 2011 06:14AM
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.