diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-09-06 21:25:28 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-09-06 21:25:28 +0530 |
commit | d24953af5cbef54222c14325d75a34f598f1e25f (patch) | |
tree | 6d6d85b6f3c34fcc4756194d78729f1c49f200cd /scripts | |
parent | 079d3cc6a6d19c2baf98c703ba28af47b45b0f4f (diff) | |
download | mariadb-git-d24953af5cbef54222c14325d75a34f598f1e25f.tar.gz |
Removing a stray line, went into the last push.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 6fe9712b23a..9782a37c462 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -48,7 +48,6 @@ Usage: $0 [OPTIONS] --datadir=path The path to the MySQL data directory. --defaults-extra-file=name Read this file after the global files are read. - --defaults-file=name Only read default options from the given file name. --force Causes mysql_install_db to run even if DNS does not work. In that case, grant table entries that normally |