MySQL Forums
Forum List  »  InnoDB

Re: Getting "Lock wait timeout exceeded;" when using "for update"
Posted by: Aftab Khan
Date: June 09, 2011 07:43AM

since you are using locking reads (SELECT ... FOR UPDATE ), try using a lower isolation level such as READ COMMITTED.

Options: ReplyQuote




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.