MySQL Forums
Forum List  »  Newbie

Re: row-level lock that prevents SELECT?
Posted by: Peter Brawley
Date: November 03, 2012 09:51AM

Won't work with only Select. If there is a `locked` column, though, you could implement a transaction that sets `locked` while desired, and condition your Select statements to respect that value. Of course all this assumes InnoDB.

Options: ReplyQuote


Subject
Written By
Posted
Re: row-level lock that prevents SELECT?
November 03, 2012 09:51AM


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.