MySQL Forums
Forum List  »  Stored Procedures

Re: stored procedure - implicit READ LOCK messing with UPDATE?
Posted by: Jay Pipes
Date: July 06, 2005 11:35AM

Yes. Call LOCK TABLES user WRITE, user_backup WRITE before calling procedure, run it, then UNLOCK TABLES.

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: stored procedure - implicit READ LOCK messing with UPDATE?
2092
July 06, 2005 11:35AM


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.