diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-05 12:23:55 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-05 12:23:55 +0300 |
commit | 5bbacc5214fcfd00aa7e1974d6779f1e80951426 (patch) | |
tree | 1d2987906145df9eb29a94936373c242648e7eeb /client | |
parent | c063bd171e4eb4067e6684b77277e170b7a668bc (diff) | |
parent | 5bba20bb6ab1c4b78ee88ff7f06819c0a31cb587 (diff) | |
download | mariadb-git-5bbacc5214fcfd00aa7e1974d6779f1e80951426.tar.gz |
Manual merge from mysql-5.1.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqlbinlog.cc | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 7f1cbfa95e6..f55dc75df5d 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -995,11 +995,13 @@ static struct my_option my_long_options[] = /* 'unspec' is not mentioned because it is just a placeholder. */ "Determine when the output statements should be base64-encoded BINLOG " "statements: 'never' disables it and works only for binlogs without " - "row-based events; 'auto' prints base64 only when necessary (i.e., " - "for row-based events and format description events); 'always' prints " - "base64 whenever possible. 'always' is for debugging only and should " - "not be used in a production system. If this argument is not given, " - "the default is 'auto'; if it is given with no argument, 'always' is used." + "row-based events; 'decode-rows' decodes row events into commented SQL " + "statements if the --verbose option is also given; 'auto' prints base64 " + "only when necessary (i.e., for row-based events and format description " + "events); 'always' prints base64 whenever possible. 'always' is for " + "debugging only and should not be used in a production system. If this " + "argument is not given, the default is 'auto'; if it is given with no " + "argument, 'always' is used." ,(uchar**) &opt_base64_output_mode_str, (uchar**) &opt_base64_output_mode_str, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0}, |