At 09:24 AM 8/15/2006, you wrote:
Dan

thanks for the help
so i will remove the redundant keys
below is the explain plans
but here is the weird part.
I exported the database and imported into a testDB to play with and
the query that was giving me grief in the previous message returned
immediately

Thanks
Randy

Randy,
Then it could have been index corruption. You could do a back up of the table and then run a Repair Table on it (or MyISAMChk) and then Optimize it.
See http://dev.mysql.com/doc/refman/5.0/en/repair.html

Mike
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to