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
This commit is contained in:
Sergei Golubchik 2015-12-06 12:01:12 +01:00
parent 18954ff25d
commit d1fe928c4f

View file

@ -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 () {