MySQL Forums
Forum List  »  InnoDB

count concurrent locking transactions ?
Posted by: pedro lopez
Date: November 30, 2005 08:56AM

Hi,

I have a transaction locking an InnoDB table that can take some time under certain rare conditions (SELECT *** FOR UPDATE), and it then tends to create deadlocks when subsequent transactions are concurrently issued on this same table during such long running transactions.

I thus would like to test how many statements (SELECT *** FOR UPDATE) are currently active againt this table before I decide to launch a new statement against it.


Is this thus possible to see at a given time how many statements are currently queued to acquire a lock on a given InnoDB table ?

thanks in advance !

Pedro

Options: ReplyQuote


Subject
Views
Written By
Posted
count concurrent locking transactions ?
2432
November 30, 2005 08:56AM


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.