yes, but my key define as follows:
KEY summary (name,sex)
PRIMARY KEY (id,name,sex)
I've try this:
select * from table order by name,sex limit 10; -- 20.01 seconds
select * from table order by summary limit 10; --- got the error: no such column,
but I use: mysqldump -d it's sure has key.
thanks,
jason koo