Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
62246664
Commit
62246664
authored
Nov 20, 2017
by
Ian Gilfillan
Committed by
Sergey Vojtovich
Nov 22, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql_uprade --help and man page fixes
parent
d8ccc61f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
client/mysql_upgrade.c
client/mysql_upgrade.c
+2
-2
man/mysql_upgrade.1
man/mysql_upgrade.1
+1
-2
No files found.
client/mysql_upgrade.c
View file @
62246664
...
...
@@ -164,8 +164,8 @@ static struct my_option my_long_options[]=
"server with which it was built/distributed."
,
&
opt_version_check
,
&
opt_version_check
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"write-binlog"
,
OPT_WRITE_BINLOG
,
"All commands including those
,
"
"issued by mysqlcheck
,
are written to the binary log."
,
{
"write-binlog"
,
OPT_WRITE_BINLOG
,
"All commands including those "
"issued by mysqlcheck are written to the binary log."
,
&
opt_write_binlog
,
&
opt_write_binlog
,
0
,
GET_BOOL
,
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
}
...
...
man/mysql_upgrade.1
View file @
62246664
...
...
@@ -691,8 +691,7 @@ it was built/distributed. Defaults to on; use \fB\-\-skip\-version\-check\fR to
.sp
Cause binary logging to be enabled while
\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
\fB\-\-skip\-write\-binlog\fR)\&.
runs\&.
.RE
.SH "COPYRIGHT"
.br
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment