MySQL Forums
Forum List  »  Stored Procedures

Re: table locks in cursor. how it works?
Posted by: Peter Brawley
Date: October 03, 2012 11:26PM

> I need to block any attempt to access data during my critical updates, so no ghost operations , etc.

Under a transactional engine like InnoDB, that's a simple matter of setting transaction isolation level.

Options: ReplyQuote


Subject
Views
Written By
Posted
5580
September 24, 2012 02:37AM
2154
September 28, 2012 01:35PM
Re: table locks in cursor. how it works?
1190
October 03, 2012 11:26PM


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.