MySQL Forums
Forum List  »  Triggers

Re: Create Trigger causes infinite loop
Posted by: irek kordirko
Date: March 27, 2012 12:01PM

Are there any other sessions using this table ?
CREATE TRIGGER must place a lock on the table.
If there is some not committed transaction on the table,
the create trigger command will hang waiting for the lock.

Options: ReplyQuote


Subject
Views
Written By
Posted
3069
March 27, 2012 07:56AM
Re: Create Trigger causes infinite loop
1461
March 27, 2012 12:01PM


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.