Commit d1fe928c authored by Sergei Golubchik's avatar Sergei Golubchik

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
parent 18954ff2
......@@ -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 () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment