summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-12-06 12:01:12 +0100
committerSergei Golubchik <serg@mariadb.org>2015-12-07 15:20:23 +0100
commitd1fe928c4f128cc5440c30511b3900d7c5da65d7 (patch)
tree4963a3bef2f502f0e14db1e39cb58b6a5a650c06 /support-files
parent18954ff25d27252f3ce9865e636c91e0783572af (diff)
downloadmariadb-git-d1fe928c4f128cc5440c30511b3900d7c5da65d7.tar.gz
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
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.server.sh2
1 files changed, 1 insertions, 1 deletions
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 () {