Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: osheroff/mysql-binlog-connector-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.26.0
Choose a base ref
...
head repository: osheroff/mysql-binlog-connector-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.26.1
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 15, 2022

  1. comment out test

    osheroff committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    334c405 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bcf7a43 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. stop holding keepalive lock while waiting for shutdown

    the keepalive thread may be in the middle of reconnecting, which
    means it tries to get the keepalive lock, which can cause
    deadlock.
    osheroff committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    13378cb View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    fee145c View commit details
    Browse the repository at this point in the history
  2. I'm dumb.

    osheroff committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    c544bc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Merge pull request #78 from osheroff/fix_deadlock

    Fix deadlock
    osheroff authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    64ba553 View commit details
    Browse the repository at this point in the history
  2. 0.26.1

    osheroff committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    185fccc View commit details
    Browse the repository at this point in the history
Loading