Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Xiangyu Tong
server
Commits
5018b998
Commit
5018b998
authored
5 years ago
by
Oleksandr Byelkin
Browse files
Options
Downloads
Patches
Plain Diff
return --help option
parent
039cb6f6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
extra/mariabackup/xtrabackup.cc
+6
-0
6 additions, 0 deletions
extra/mariabackup/xtrabackup.cc
with
6 additions
and
0 deletions
extra/mariabackup/xtrabackup.cc
+
6
−
0
View file @
5018b998
...
@@ -119,6 +119,7 @@ my_bool xtrabackup_move_back;
...
@@ -119,6 +119,7 @@ my_bool xtrabackup_move_back;
my_bool
xtrabackup_decrypt_decompress
;
my_bool
xtrabackup_decrypt_decompress
;
my_bool
xtrabackup_print_param
;
my_bool
xtrabackup_print_param
;
my_bool
xtrabackup_mysqld_args
;
my_bool
xtrabackup_mysqld_args
;
my_bool
help
;
my_bool
xtrabackup_export
;
my_bool
xtrabackup_export
;
...
@@ -1415,6 +1416,11 @@ struct my_option xb_server_options[] =
...
@@ -1415,6 +1416,11 @@ struct my_option xb_server_options[] =
(
G_PTR
*
)
&
xtrabackup_mysqld_args
,
(
G_PTR
*
)
&
xtrabackup_mysqld_args
,
0
,
(
G_PTR
*
)
&
xtrabackup_mysqld_args
,
(
G_PTR
*
)
&
xtrabackup_mysqld_args
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"help"
,
'?'
,
"Display this help and exit."
,
(
G_PTR
*
)
&
help
,
(
G_PTR
*
)
&
help
,
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
}
{
0
,
0
,
0
,
0
,
0
,
0
,
GET_NO_ARG
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
}
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment