MySQL Forums
Forum List  »  Replication

Re: Stopping Slave_IO_Thread on slave once it recieves logs till particular position
Posted by: Rick James
Date: April 01, 2015 03:28PM

That's are rather large order to fill. One piece could be doing FLUSH LOGS on the master after all the writes are performed. This won't give you the position of the last write in the binlog, but it will terminate the binlog with it and start a new binlog. You can discover that file and use position 0 (or 4).

Options: ReplyQuote




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.