MySQL Forums
Forum List  »  Replication

Re: Master updates Slave but not Master itself
Posted by: Rick James
Date: May 07, 2013 07:51PM

When a write finishes (COMMITs, in the case of InnoDB), the transaction's statements (or row changes, in the case of RBR) are simultaneously
* written to the binlog on the Master, and
* sent over the network to the Slave (which will then write it to the "relay log").

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Master updates Slave but not Master itself
755
May 07, 2013 07:51PM


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.