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

Add support for 'mysql_clear_password - continued #2327

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2020

  1. change handling of user-set flags

    Originally, would only allow user-set flags that disable a flag enabled by default. Now it will also allow user-set flags that enable a flag that is disabled by default.
    nmggithub authored and ZJONSSON committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    8688bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cced61f View commit details
    Browse the repository at this point in the history
  3. add tests

    nmggithub authored and ZJONSSON committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    fe3cef2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fb9c88 View commit details
    Browse the repository at this point in the history
  5. Add unit test

    ZJONSSON committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    56428eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a785ae View commit details
    Browse the repository at this point in the history
  7. Rename this._tls to this.secureConnection and fold into options

    Allow insecure cleartext if options.insecureAuth == true
    ZJONSSON committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    65368e4 View commit details
    Browse the repository at this point in the history
  8. * Revert generic SSL flag

    * Specific SSL flag set for clear pwd tests
    ZJONSSON committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    810dfb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    63f6bfe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6753e1b View commit details
    Browse the repository at this point in the history