mariadb-scripts-common: update sections from mariadbd --help --verbose

Cherry-picked from Fedora: c205fe1604?branch=rawhide
Related: #1971248
This commit is contained in:
Daniel Black 2021-04-21 18:33:02 +10:00 committed by Michal Schorm
parent 80862e14ea
commit e33b710c9d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ done
# must correspond with values defined in mariadbd-safe script and source
# code itself.
server_sections="mysqld_safe mysqld server mysqld-@MAJOR_VERSION@.@MINOR_VERSION@ mariadb mariadb-@MAJOR_VERSION@.@MINOR_VERSION@ client-server"
server_sections="mysqld_safe mysqld server mysqld-@MAJOR_VERSION@.@MINOR_VERSION@ mariadb mariadb-@MAJOR_VERSION@.@MINOR_VERSION@ mariadbd mariadbd-@MAJOR_VERSION@.@MINOR_VERSION@ client-server galera"
get_mysql_option "$server_sections" datadir "@MYSQL_DATADIR@"
datadir="$result"