in reply to MySQL Select Speed Optimisation
Update: This isn't what you asked: I misread your question.
From the MySQL docs:
Running this myself shows it does do an index automaticallymysql> SHOW INDEX FROM mytable FROM mydb; mysql> SHOW INDEX FROM mydb.mytable;
|
|---|