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 Mariadb 11.x #1645

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 16, 2024

  1. Use mariadb* commands on MariaDB flavor

    OxCom authored and neomilium committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a04e2d2 View commit details
    Browse the repository at this point in the history
  2. (puppetlabs#1580) Add support for MariaDB 11.x

    From MariaDB 11.x, mysql* names are deprecated
    (cf. https://jira.mariadb.org/browse/MDEV-29582).
    
    Use mariadb* names instead, to set factors accordingly.
    Use these factors to return the proper client binary.
    
    Co-authored-by: Sylvain Luce <[email protected]>
    Co-authored-by: Nicolas Le Gaillart <[email protected]>
    3 people authored and neomilium committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5eaaae5 View commit details
    Browse the repository at this point in the history