1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-4979 mysqld_safe section in my.cnf doesn't have mariadb equivalent

read also [mariadb_safe] section.
modify the manpage accordingly (and remove a netware-specific option from it)
This commit is contained in:
Sergei Golubchik
2013-09-19 22:24:39 +02:00
parent 93b7d00f00
commit 6e52631065
2 changed files with 5 additions and 39 deletions

View File

@@ -509,7 +509,7 @@ then
SET_USER=0
fi
parse_arguments `$print_defaults $defaults --loose-verbose mysqld_safe safe_mysqld`
parse_arguments `$print_defaults $defaults --loose-verbose mysqld_safe safe_mysqld mariadb_safe`
parse_arguments PICK-ARGS-FROM-ARGV "$@"