MySQL Forums
Forum List  »  Install & Repo

Re: Replication delay for delete statements
Posted by: Peter Brawley
Date: September 28, 2018 03:39PM

I don't know a way to delay replication of specific queries.

Replication does sound to me like the wrong tool to use for handling delayed copying or registration of data changes. The standard method would be to save the "to-be-delayed" deletion event as its own value, and adjust it to a final status when desired.

Options: ReplyQuote


Subject
Written By
Posted
Re: Replication delay for delete statements
September 28, 2018 03:39PM


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.