summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorTatiana A. Nurnberg <azundris@mysql.com>2009-10-20 20:37:33 -0700
committerTatiana A. Nurnberg <azundris@mysql.com>2009-10-20 20:37:33 -0700
commit495cde347b1dad1cd93b7b4e15c721da9576c496 (patch)
treee50fdd49dc3aa5921096f4a025ee44fbc8155dd9 /client
parent3f0d0d0633b121b2d615fe547bcd41518f49e810 (diff)
parentc12dad02d6014a497fec4a61f3c1df39fa9ca7f2 (diff)
downloadmariadb-git-495cde347b1dad1cd93b7b4e15c721da9576c496.tar.gz
auto-merge
Diffstat (limited to 'client')
-rw-r--r--client/mysqlbinlog.cc12
1 files changed, 5 insertions, 7 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc
index ebe34231238..4652b27639b 100644
--- a/client/mysqlbinlog.cc
+++ b/client/mysqlbinlog.cc
@@ -992,13 +992,11 @@ 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' is the default and prints base64 only when "
- "necessary (i.e., for row-based events and format description events); "
- "'decode-rows' suppresses BINLOG statements for row events, but does "
- "not exit as an error if a row event is found, unlike 'never'; "
- "'always' prints base64 whenever possible. 'always' is for debugging "
- "only and should not be used in a production system. The default is "
- "'auto'. --base64-output is a short form for --base64-output=always."
+ "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."
,(uchar**) &opt_base64_output_mode_str,
(uchar**) &opt_base64_output_mode_str,
0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},