Browse Source

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
pull/130/head
Sergei Golubchik 10 years ago
parent
commit
d1fe928c4f
  1. 2
      support-files/mysql.server.sh

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

Loading…
Cancel
Save