#At file:///Users/jimw/my/mysql-5.1/ based on revid:jimw@stripped
2880 Jim Winstead 2009-04-28
Fix list of options enabled by mysqldump --compact (Bug #32408)
modified:
client/mysqldump.c
=== modified file 'client/mysqldump.c'
--- a/client/mysqldump.c 2009-03-24 13:58:52 +0000
+++ b/client/mysqldump.c 2009-04-28 18:23:21 +0000
@@ -221,7 +221,7 @@ static struct my_option my_long_options[
(uchar**) &opt_compatible_mode_str, (uchar**) &opt_compatible_mode_str, 0,
GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"compact", OPT_COMPACT,
- "Give less verbose output (useful for debugging). Disables structure comments and header/footer constructs. Enables options --skip-add-drop-table --no-set-names --skip-disable-keys --skip-add-locks",
+ "Give less verbose output (useful for debugging). Disables structure comments and header/footer constructs. Enables options --skip-add-drop-table --skip-add-locks --skip-comments --skip-disable-keys --skip-set-charset",
(uchar**) &opt_compact, (uchar**) &opt_compact, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
0, 0},
{"complete-insert", 'c', "Use complete insert statements.",
| Thread |
|---|
| • bzr commit into mysql-5.1-bugteam branch (jimw:2880) Bug#32408 | Jim Winstead | 28 Apr |