Commit 62246664 authored by Ian Gilfillan's avatar Ian Gilfillan Committed by Sergey Vojtovich

mysql_uprade --help and man page fixes

parent d8ccc61f
...@@ -164,8 +164,8 @@ static struct my_option my_long_options[]= ...@@ -164,8 +164,8 @@ static struct my_option my_long_options[]=
"server with which it was built/distributed.", "server with which it was built/distributed.",
&opt_version_check, &opt_version_check, 0, &opt_version_check, &opt_version_check, 0,
GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0}, GET_BOOL, NO_ARG, 1, 0, 0, 0, 0, 0},
{"write-binlog", OPT_WRITE_BINLOG, "All commands including those, " {"write-binlog", OPT_WRITE_BINLOG, "All commands including those "
"issued by mysqlcheck, are written to the binary log.", "issued by mysqlcheck are written to the binary log.",
&opt_write_binlog, &opt_write_binlog, 0, GET_BOOL, NO_ARG, &opt_write_binlog, &opt_write_binlog, 0, GET_BOOL, NO_ARG,
0, 0, 0, 0, 0, 0}, 0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0} {0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
......
...@@ -691,8 +691,7 @@ it was built/distributed. Defaults to on; use \fB\-\-skip\-version\-check\fR to ...@@ -691,8 +691,7 @@ it was built/distributed. Defaults to on; use \fB\-\-skip\-version\-check\fR to
.sp .sp
Cause binary logging to be enabled while Cause binary logging to be enabled while
\fBmysql_upgrade\fR \fBmysql_upgrade\fR
runs\&. This is the default behavior; to disable binary logging during the upgrade, use the inverse of this option (that is, start the program with runs\&.
\fB\-\-skip\-write\-binlog\fR)\&.
.RE .RE
.SH "COPYRIGHT" .SH "COPYRIGHT"
.br .br
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment