mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Add 'debug' to mysqladmin --help output. (Bug #8207)
client/mysqladmin.cc: Add documentation for 'debug' command
This commit is contained in:
parent
99620cecd8
commit
77cdf79fb4
1 changed files with 1 additions and 0 deletions
|
@ -1008,6 +1008,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\
|
||||
|
|
Loading…
Reference in a new issue