MySQL Forums
Forum List  »  Replication

Re: Got fatal error 1236 from master when reading data from binary log
Posted by: Rick James
Date: January 23, 2013 09:49PM

No rollback on the master.

The Slave already got the transaction and executed it before the crash.

So Slave is _usually_ caught up to the Master. (Since there are many moving parts, it is slightly possible that the crash happened at some strange time, leading to either missing a transaction, or executing it twice.)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Got fatal error 1236 from master when reading data from binary log
16026
January 23, 2013 09:49PM


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.