mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
mysqldump.c:
Post-merge fix. client/mysqldump.c: Post-merge fix.
This commit is contained in:
parent
c1548d7442
commit
6356f16196
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ static struct my_option my_long_options[] =
|
||||||
(uchar**) &opt_single_transaction, (uchar**) &opt_single_transaction, 0,
|
(uchar**) &opt_single_transaction, (uchar**) &opt_single_transaction, 0,
|
||||||
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||||
{"dump-date", OPT_DUMP_DATE, "Put a dump date to the end of the output.",
|
{"dump-date", OPT_DUMP_DATE, "Put a dump date to the end of the output.",
|
||||||
(gptr*) &opt_dump_date, (gptr*) &opt_dump_date, 0,
|
(uchar**) &opt_dump_date, (uchar**) &opt_dump_date, 0,
|
||||||
GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
|
||||||
{"skip-opt", OPT_SKIP_OPTIMIZATION,
|
{"skip-opt", OPT_SKIP_OPTIMIZATION,
|
||||||
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys.",
|
"Disable --opt. Disables --add-drop-table, --add-locks, --create-options, --quick, --extended-insert, --lock-tables, --set-charset, and --disable-keys.",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue