Re: How to debug "Waiting for table level lock" processes
Posted by: Morgan Tocker
Date: May 16, 2014 09:58AM

Can you paste the output of SHOW CREATE TABLE users_saved_carts?

My guess is that it uses a storage engine which uses table-level locking rather than row-level locking.

InnoDB is the default from MySQL 5.5 onwards, and may be a better choice for you.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to debug "Waiting for table level lock" processes
May 16, 2014 09:58AM


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.