diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-03-06 09:32:13 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-03-06 09:32:13 +0100 |
commit | 3bfd88d1d65d4f2fa13f84260fba22347538cdc0 (patch) | |
tree | a05cd0e711f6ccb528490be82a8ae8b38de756d2 /scripts/mysql_install_db.sh | |
parent | 62b9be65422fc498356e122a7b9ca08f2ada9d0b (diff) | |
download | mariadb-git-3bfd88d1d65d4f2fa13f84260fba22347538cdc0.tar.gz |
MDEV-4068 rpm scriptlet chown command dangerous
add --mysqld option to my_print_defaults
change server-postin script to use that
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index b28e8a3ba1c..241cb84a399 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -257,7 +257,7 @@ fi # Now we can get arguments from the groups [mysqld] and [mysql_install_db] # in the my.cfg file, then re-run to merge with command line arguments. -parse_arguments `"$print_defaults" $defaults mysqld mariadb mysql_install_db client-server` +parse_arguments `"$print_defaults" $defaults --mysqld mysql_install_db` parse_arguments PICK-ARGS-FROM-ARGV "$@" # Configure paths to support files |