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

Support MariaDB GTID #50

Closed
wants to merge 54 commits into from
Closed

Support MariaDB GTID #50

wants to merge 54 commits into from

Commits on Jun 13, 2015

  1. Add a few document reference, add maria event type,add RegisterSlaveC…

    …ommand required for maria repl.
    wenerme committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    a2075e4 View commit details
    Browse the repository at this point in the history
  2. Add MariaDB event.

    wenerme committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    462b57c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4d057d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d74d7 View commit details
    Browse the repository at this point in the history
  5. Update README for GTID

    wenerme committed Jun 13, 2015
    Configuration menu
    Copy the full SHA
    1411756 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2015

  1. Configuration menu
    Copy the full SHA
    51d4f55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    856a0ce View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. Support set gtid to gtid_current_pos when used in mariadb mode,if no …

    …gtid set, will use master current position instead start from begin.
    wenerme committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    7b8f065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117b927 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c448a4b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65529ff View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2015

  1. Configuration menu
    Copy the full SHA
    8943eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f403d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. Configuration menu
    Copy the full SHA
    fa45c7b View commit details
    Browse the repository at this point in the history
  2. Fixed checkstyle violations

    shyiko committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    bd1fbe3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a7b09d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb4773a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cac6c6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a155f55 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2015

  1. Configuration menu
    Copy the full SHA
    02a7f3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba68734 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2015

  1. Configuration menu
    Copy the full SHA
    eafc941 View commit details
    Browse the repository at this point in the history
  2. Added .editorconfig

    shyiko committed Aug 29, 2015
    Configuration menu
    Copy the full SHA
    0b293f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c15c226 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a26229 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f12112 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2015

  1. Configuration menu
    Copy the full SHA
    23a5124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    778079e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95ec933 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26d6760 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2015

  1. Added 0.2.3 release notes

    shyiko committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    e863a89 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Fixed regression introduced in a155f55 (prevented error messages from…

    … being handled correctly)
    shyiko committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    1c14b73 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Switched GtidSet from right-open to closed-ended intervals (to be con…

    …sistent with executed_gtid_set)
    shyiko committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    b97c3e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b058b1 View commit details
    Browse the repository at this point in the history
  3. Fixed checkstyle violations

    shyiko committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    9aaa07c View commit details
    Browse the repository at this point in the history
  4. Added support for INTVAR_EVENT

    shyiko committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    2b36743 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ffb2b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24d2588 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2015

  1. Configuration menu
    Copy the full SHA
    343e844 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. Refined readme.md

    shyiko committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    d8ec051 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2015

  1. Configuration menu
    Copy the full SHA
    1f4fe85 View commit details
    Browse the repository at this point in the history
  2. Fixed checkstyle violations

    shyiko committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    14a8161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e88827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da60871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3552641 View commit details
    Browse the repository at this point in the history
  6. Made sure checksum gets rolled back to NONE on reconnect (so that tes…

    …ts would pass on 5.6 with binlog_checksum=CRC32)
    shyiko committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    671c7e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2015

  1. Configuration menu
    Copy the full SHA
    89d64eb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2015

  1. Configuration menu
    Copy the full SHA
    0c685a5 View commit details
    Browse the repository at this point in the history
  2. Added 0.2.4 release notes

    shyiko committed Oct 10, 2015
    Configuration menu
    Copy the full SHA
    c9bf621 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1177c34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e30439 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2015

  1. Configuration menu
    Copy the full SHA
    64bb262 View commit details
    Browse the repository at this point in the history
  2. Format previous code

    wenerme committed Oct 28, 2015
    Configuration menu
    Copy the full SHA
    1dcf905 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fef3fb6 View commit details
    Browse the repository at this point in the history