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

coordinates history: #146

Closed
wants to merge 2 commits into from
Closed

coordinates history: #146

wants to merge 2 commits into from

Commits on Dec 29, 2015

  1. coordinates history:

    - added database_instance_coordinates_history table
    - logic periodically records binlog coordinates
      - also periodically purges this table
    - search for latest pseudo-gtid entry or for given pseudo-gtid entry attempts, heuristically, to begin the search at recently recorded coordinates (and fails back to exhaustive search if unfound)
    Shlomi Noach committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    716a21a View commit details
    Browse the repository at this point in the history
  2. removed commented code

    Shlomi Noach committed Dec 29, 2015
    Configuration menu
    Copy the full SHA
    19d7409 View commit details
    Browse the repository at this point in the history