Skip to content
#

mysql-binlog

Here are 14 public repositories matching this topic...

jmanuelnavarro
jmanuelnavarro commented Aug 27, 2019

According to documentation, BinLogStreamReader starts from a given position if an specific position of the binlog file is assigned to log_pos and resume_stream = True.
Nevertheless:

  • when resume_stream = true, whatever value I assigned to log_pos, no past events are retrieved in the steam.
  • when resume_tream = false, stream retrieves events since log_pos
    It seems the behaviour is differen

Improve this page

Add a description, image, and links to the mysql-binlog topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mysql-binlog topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.