Bug #49223 Change help description for mysqldump

--extended-insert

Help message changed to the same as in the 5.1 online 
documentation.
This commit is contained in:
Staale Smedseng 2010-01-27 16:13:39 +01:00
parent 35c6bb89e6
commit 18761a9223

View File

@ -268,7 +268,7 @@ static struct my_option my_long_options[] =
(uchar**) &opt_events, (uchar**) &opt_events, 0, GET_BOOL,
NO_ARG, 0, 0, 0, 0, 0, 0},
{"extended-insert", 'e',
"Allows utilization of the new, much faster INSERT syntax.",
"Use multiple-row INSERT syntax that include several VALUES lists.",
(uchar**) &extended_insert, (uchar**) &extended_insert, 0, GET_BOOL, NO_ARG,
1, 0, 0, 0, 0, 0},
{"fields-terminated-by", OPT_FTB,