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

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

Add support for Mariadb 11.x #1626

wants to merge 6 commits into from

Conversation

OxCom
Copy link

@OxCom OxCom commented Mar 29, 2024

From MariaDB 10.4 we have deprecation notice that mysql* names will be removed. See: JIRA ticket

Resolve #1580

Manually verified un Ubuntu 22.04 and MariaDB 11.x.

Deprecation notice examples:

mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead.
mysqld: Deprecated program name. It will be removed in a future release, use '/usr/sbin/mariadbd' instead
mysqladmin: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-admin' instead

@OxCom OxCom requested review from alexjfisher, bastelfreak and a team as code owners March 29, 2024 14:42
@CLAassistant
Copy link

CLAassistant commented Mar 29, 2024

CLA assistant check
All committers have signed the CLA.

@alnet
Copy link

alnet commented Apr 22, 2024

+1 to wanting this merged. Thank you folks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Providers broken with MariaDB 11
5 participants