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

mysqlconn: switching to new library for constants. #2526

Merged
merged 6 commits into from
Feb 1, 2017

Commits on Feb 1, 2017

  1. Fixing error code for connect.

    Turns out TCP socket error code is different from Unix socket.
    alainjobart committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    a3909f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d80e52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61b933c View commit details
    Browse the repository at this point in the history
  4. Using error codes from mysqlconn library.

    That removes a bunch of dependencies, so have to do an anonymous import
    in dbconfigs.
    alainjobart committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    b9fbf19 View commit details
    Browse the repository at this point in the history
  5. Adding addUserTableQueryStats to QueryServiceStats.

    That way the context can be the first parameter, and remove the warning.
    alainjobart committed Feb 1, 2017
    Configuration menu
    Copy the full SHA
    6325bf9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a8719c View commit details
    Browse the repository at this point in the history