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

Fix compatibility with MariaDB 10.3 #291

Merged
merged 6 commits into from
Jan 9, 2019
Merged

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    c1468f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74deab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d31cf24 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Configuration menu
    Copy the full SHA
    bd4cfdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a040a5a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Reconnect in do() if uses on a disconnected dbh

    This is because calling mysql_stmt_prepare() after calling mysql_close()
    is not safe and is causing segfaults when running with MariaDB 10.3 libs.
    dveeden committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    667d63c View commit details
    Browse the repository at this point in the history