Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
10.11.7, 11.4.1
-
Ubuntu 22.04
Description
MySQL uses "mysql" for the client and "mysqld" for the server. In my.cnf I can use [mysqld] and [mysqld_safe] as names for option groups.
MariaDB uses "mariadb" for the client and "mariadbd" for the server. In my.cnf I can use [mariadbd]. Unfortunately, MariaDB expects [mariadb_safe] rather than [mariadbd_safe] so this doesn't follow the naming pattern used everywhere else in MariaDB.
My request is to parse [maraidbd_safe]. Otherwise, people like me will have my.cnf options that are silently ignored.