EXPLAIN EXTENDED can tell you all kinds of interesting things
MySQL Performance Blog
While many people are familiar with the MySQL EXPLAIN command, fewer people are familiar with “extended explain” which was added in MySQL 4.1 EXPLAIN EXTENDED can show you what the MySQL optimizer does to your query. You might not know this, but MySQL…
15 June 2010