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

lib/db: use integer port argument with mysql_real_connect in mysql driver #3325

Merged
merged 2 commits into from
Jan 5, 2024

Commits on Jan 3, 2024

  1. Use integer port argument with mysql_real_connect

    The port argument is not a string, but a plain integer.  In the past,
    compilers ignore such type errors and produced a warning only, but
    this is changing, so this change also addresses a potential build
    failure.
    fweimer-rh committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1346bda View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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