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 | 5485967706a71431d9de5c3081dd36e40a420abc (patch) | |
tree | 6d6d85b6f3c34fcc4756194d78729f1c49f200cd /scripts | |
parent | ecdc6cc21a3b199c64ecf906d66117c0060d38c0 (diff) | |
download | mariadb-git-5485967706a71431d9de5c3081dd36e40a420abc.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 |