MySQL Forums
Forum List  »  InnoDB

Re: How do I know which transaction lock a table?
Posted by: Peter Brawley
Date: March 22, 2013 09:10PM

SELECT on a MyISAM table triggers a read lock. Obviouskly there can be multiple read locks. Write locks wait for them top be over.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How do I know which transaction lock a table?
608
March 22, 2013 09:10PM


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.