1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-6056 [PATCH] mysqldump writes usage to stdout even when not explicitly requested

This commit is contained in:
Sergei Golubchik
2014-05-05 14:24:25 +02:00
parent 5401d44708
commit a313864814
3 changed files with 22 additions and 11 deletions

View File

@ -5281,3 +5281,7 @@ drop table t1, t2;
#
# End of 5.1 tests
#
Usage: mysqldump [OPTIONS] database [tables]
OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
OR mysqldump [OPTIONS] --all-databases [OPTIONS]
For more options, use mysqldump --help