Closed Marc-DRI closed 2 months ago
Add support for Mariadb 11.x and use its mariadb and mariadbd binaries.
From Mariadb 11.0, mysql names are deprecated in favor of mariadb (cf. https://jira.mariadb.org/browse/MDEV-29582). This pull request is:
The initial PR #1626 causes an infinite loop in our case of fresh deployment, because facter is not properly initialized.
This pull request manages to fix #1580 .
All committers have signed the CLA.
Will reopen a MR without commits behind.
Summary
Add support for Mariadb 11.x and use its mariadb and mariadbd binaries.
Additional Context
From Mariadb 11.0, mysql names are deprecated in favor of mariadb (cf. https://jira.mariadb.org/browse/MDEV-29582). This pull request is:
The initial PR #1626 causes an infinite loop in our case of fresh deployment, because facter is not properly initialized.
Related Issues
This pull request manages to fix #1580 .