MySQL Forums
Forum List  »  InnoDB

Re: Deadlock Detection in InnoDB storage engine
Posted by: Aftab Khan
Date: July 24, 2012 09:49AM

provide us output of following:

SHOW CREATE TABLE OB_SEQUENCE_INFO\G

EXPLAIN SELECT 
  obsequence0_.ID AS ID77_,
  obsequence0_.NAME AS NAME77_,
  obsequence0_.VALUE AS VALUE77_,
  obsequence0_.INCREMENT_SIZE AS INCREMENT4_77_,
  obsequence0_.IS_POOLED AS IS5_77_,
  obsequence0_.POOL_SIZE AS POOL6_77_,
  obsequence0_.PARTY_ROLE_ID AS PARTY7_77_ 
FROM
  OB_SEQUENCE_INFO obsequence0_ 
WHERE obsequence0_.NAME = 'bill' 
  AND obsequence0_.PARTY_ROLE_ID = '21ce44c2d23a11e1a3bf68b599c22bdc' FOR 
  UPDATE 

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Deadlock Detection in InnoDB storage engine
1939
July 24, 2012 09:49AM


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.