We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On FreeBSD servers, when using MariaDB the fact mysqld_version return an empty string.
Should return the MariaDB version, for example :
mariadbd Ver 10.6.18-MariaDB for FreeBSD13.3 on amd64 (FreeBSD Ports)
On a FreeBSD server, install mariadb106-server-10.6.18_1 package and check the fact result :
facter -p mysqld_version
On FreeBSD servers, when using MariaDB, mysqld is named mariadbd and stored in /usr/local/libexec Using this binary return the expected value.
The text was updated successfully, but these errors were encountered:
@HerveMARTIN Could you try the code available at #1645 ?
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
On FreeBSD servers, when using MariaDB the fact mysqld_version return an empty string.
Expected Behavior
Should return the MariaDB version, for example :
Steps to Reproduce
On a FreeBSD server, install mariadb106-server-10.6.18_1 package and check the fact result :
Environment
Additional Context
On FreeBSD servers, when using MariaDB, mysqld is named mariadbd and stored in /usr/local/libexec
Using this binary return the expected value.
The text was updated successfully, but these errors were encountered: