MySQL Forums
Forum List  »  Newbie

Re: How to prevent a SELECT from reading after another transaction is done?
Posted by: Peter Brawley
Date: November 13, 2019 09:15AM

Execute the logic with a transaction block in an sproc, rolling back if the count(*) > 10.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to prevent a SELECT from reading after another transaction is done?
November 13, 2019 09:15AM


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.