EXPLAIN SELECT results for some tables has:
type possible_keys key Extra
table1 ref fl fl Using where
table2 ref PRIMARY,variant variant Using where; Using index
If would like to clarify that both tables uses index by the 'key' column, however i cannot see 'Using index' for the table1??? Should I care about this?