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 #1644

Closed
wants to merge 7 commits into from
Closed

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    941427a View commit details
    Browse the repository at this point in the history
  2. Update mysql.rb

    OxCom committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b3f3cd7 View commit details
    Browse the repository at this point in the history
  3. Fix mend to run on cron

    malikparvez authored and OxCom committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    69ab329 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d11c79b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Merge branch 'main' into main

    OxCom authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a61589d View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge branch 'main' into main

    OxCom authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2963e39 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. (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 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f71ac80 View commit details
    Browse the repository at this point in the history