diff options
author | monty@mysql.com <> | 2005-02-03 13:18:30 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2005-02-03 13:18:30 +0200 |
commit | 422c2eb868036e8741c4e6d62d7267930c4e69bd (patch) | |
tree | e52c0cca0b1936bb8b6332b6f0e724b9666f65f1 /client/mysqladmin.cc | |
parent | 12bf600d18b98a8d82167e21a2904ca40071dd75 (diff) | |
parent | e7450d9781781666503837d748cf313e3f406f59 (diff) | |
download | mariadb-git-422c2eb868036e8741c4e6d62d7267930c4e69bd.tar.gz |
4.1 -> 5.0 merge
Diffstat (limited to 'client/mysqladmin.cc')
-rw-r--r-- | client/mysqladmin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqladmin.cc b/client/mysqladmin.cc index 3bef8fb0452..24fe14b6675 100644 --- a/client/mysqladmin.cc +++ b/client/mysqladmin.cc @@ -1009,6 +1009,7 @@ static void usage(void) print_defaults("my",load_default_groups); puts("\nWhere command is a one or more of: (Commands may be shortened)\n\ create databasename Create a new database\n\ + debug Instruct server to write debug information to log\n\ drop databasename Delete a database and all its tables\n\ extended-status Gives an extended status message from the server\n\ flush-hosts Flush all cached hosts\n\ |