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:
parent
18954ff25d
commit
d1fe928c4f
@ -210,7 +210,7 @@ else
|
|||||||
fi
|
fi
|
||||||
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 the pid file to disappear
|
||||||
wait_for_gone () {
|
wait_for_gone () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user