MySQL Forums
Forum List  »  InnoDB

Re: MySQL Error no - 1205 Lock_Wait_Timeout exceeded
Posted by: Chebrolu Praveen
Date: March 21, 2013 12:04PM

Thanks Rick for the reply.

Apologies for delay in the response.

I was very busy with the execution.

We have found the root cause for this issue. The issue was because we were using Select query with keyword for update. We were directing the result to Loadrunner log Post this we were updating the row and committing the rows. Sometimes the logging of Loadrunner results were delayed because of CPU utilization and the lock was not released. We hae updated our scripts to update the row and commit it immediately after select query.

Regards,
Praveen

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: MySQL Error no - 1205 Lock_Wait_Timeout exceeded
983
March 21, 2013 12:04PM


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.