Commit ff0b6122 authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-23630 fixup: main.mysqldump result

This was missed in commit d6ea03fa.
parent a593e03d
...@@ -5410,8 +5410,9 @@ proc ...@@ -5410,8 +5410,9 @@ proc
one one
DROP DATABASE bug25717383; DROP DATABASE bug25717383;
Usage: mysqldump [OPTIONS] database [tables] Usage: mysqldump [OPTIONS] database [tables]
OR mysqldump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...] OR mysqldump [OPTIONS] --databases DB1 [DB2 DB3...]
OR mysqldump [OPTIONS] --all-databases [OPTIONS] OR mysqldump [OPTIONS] --all-databases
OR mysqldump [OPTIONS] --system=[SYSTEMOPTIONS]]
For more options, use mysqldump --help For more options, use mysqldump --help
# #
# MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine # MDEV-9001 - [PATCH] Fix DB name quoting in mysqldump --routine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment