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

MySQL 8 Compatibility and SHA256 authentication plugin support #312

Merged
merged 5 commits into from Jul 9, 2018
Merged

MySQL 8 Compatibility and SHA256 authentication plugin support #312

merged 5 commits into from Jul 9, 2018

Commits on Jul 8, 2018

  1. Configuration menu
    Copy the full SHA
    19ab680 View commit details
    Browse the repository at this point in the history
  2. Narrowed LIKE scope as was picking up unrelated rows

    Fixed unawaited authentication plugin coros
    terrycain committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    7c3bfbf View commit details
    Browse the repository at this point in the history
  3. Fixed testcase asserting default auth plugin name

    Fixed bug where used auth plugin was not updated
    terrycain committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    b9b7b9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6532b0d View commit details
    Browse the repository at this point in the history
  5. Sped up tests

    Pytest possibly has some bug in the fixture scoping when theres multiple sets of parameterisation
    Unrolling the test parameterisation for SHA meant less containers spun up and down.
    terrycain committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    332a249 View commit details
    Browse the repository at this point in the history