MySQL Forums
Forum List  »  Replication

Re: Got Fatal Error 1236 From Master Reading Data from binary log possibility to loose data/?
Posted by: Rick James
Date: April 15, 2013 10:02PM

File size:
Unix? ls -l binlog.000003
Windows? file > properties
Dos window? dir

Since the replication stream is pushed as soon as possible, regardless of ON/OFF, you are unlikely to have lost anything on the slave. The buffer for writing to the binlog was not yet flushed, hence the binlog was not as big as the slave though it should be.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Got Fatal Error 1236 From Master Reading Data from binary log possibility to loose data/?
1355
April 15, 2013 10:02PM


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.