From c205fe1604d009a4bcd25addeb5579d8696a2f20 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: May 11 2021 12:01:29 +0000 Subject: mariadb-scripts-common: update sections from mariadbd --help --verbose --- diff --git a/mariadb-scripts-common.sh b/mariadb-scripts-common.sh index 8af7c58..e603a9e 100644 --- a/mariadb-scripts-common.sh +++ b/mariadb-scripts-common.sh @@ -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"