MySQL Forums
Forum List  »  Newbie

Re: Mysql select * Quary fails
Posted by: Peter Brawley
Date: March 14, 2018 11:17AM

What's the isolation level on the slave? Would a dirty read be acceptable? Is there a real need to retrieve all rows and columns at once from this table?

As a last resort you could write an sproc that retries the query when such an error occurs, but usually judicious tweaking of isolation level and query retrieval volume avoids most such problems.

Options: ReplyQuote


Subject
Written By
Posted
March 14, 2018 09:22AM
Re: Mysql select * Quary fails
March 14, 2018 11:17AM


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.