Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve performance and documentation, skip the first 2 events after reconnected #363

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Dec 1, 2021

  1. improve performance and documentation

    * symplify BinLogStreamReader.fetchone
    * improve documentation of BinLogStreamReader
    * tests/test_data_type.py: fix syntax errors
    * tests/test_basic.py: dynamic get an end position instead a fixed one
    woods-chen committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b615725 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. skip the first 2 events after reconnected

    * sleep 5s after disconnected accidently and skip the first 2
      events after reconnected
    * some cleanup and compacting works
    woods-chen committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    cbe2234 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. undo the sleeping and event skipping process when reconnecting

    	modified:   pymysqlreplication/binlogstream.py
    woods-chen committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    02baf99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7f022 View commit details
    Browse the repository at this point in the history