From d1fe928c4f128cc5440c30511b3900d7c5da65d7 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 6 Dec 2015 12:01:12 +0100 Subject: [PATCH] MDEV-8607 Init script doesn't check all applicable configuration groups use --mysqld instead of naming all groups explicitly https://github.com/MariaDB/server/pull/92 --- support-files/mysql.server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support-files/mysql.server.sh b/support-files/mysql.server.sh index e23b8373ec4..63cef2ade96 100644 --- a/support-files/mysql.server.sh +++ b/support-files/mysql.server.sh @@ -210,7 +210,7 @@ else fi fi -parse_server_arguments `$print_defaults $extra_args mysqld server mysql_server mysql.server` +parse_server_arguments `$print_defaults $extra_args --mysqld mysql.server` # wait for the pid file to disappear wait_for_gone () {