MySQL Forums
Forum List  »  InnoDB

Re: Deadlock Detection in InnoDB storage engine
Posted by: Aftab Khan
Date: July 31, 2012 05:10AM

Try this index:

KEY (`SELLER_ID`,`STATUS`),

But this would make following index redundant

KEY `IDX_BILLING_ACCOUNT_SELLER_ID` (`SELLER_ID`)

And provide us with EXPLAIN output of the same SQL.

Also can we see slow query log output for the the same slow query?



Edited 1 time(s). Last edit at 07/31/2012 05:11AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Deadlock Detection in InnoDB storage engine
1171
July 31, 2012 05:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.