1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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