MySQL Procedure causing Dead Lock
Posted
by
Phanindra
on Server Fault
See other posts from Server Fault
or by Phanindra
Published on 2011-06-28T14:22:59Z
Indexed on
2011/06/28
16:24 UTC
Read the original article
Hit count: 184
I am using MySQL server 5.1.45. And I am having a procedure with huge business logic. With less number of invocation of this procedure, my application is working fine, but when the number of invocations are getting increased this procedure is throwing Lock wait timeout exception.
My Question is will Procedure creates temporary tables dynamically..?
As in my procedure I am using Truncate statement which may cause to release all transactions.
I am not DBA, please help me out of this.
© Server Fault or respective owner