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
37f24806
Commit
37f24806
authored
Apr 09, 2018
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-15825 Mariabackup help mentions Percona and PXC but not MariaDB
parent
8ff89726
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
extra/mariabackup/innobackupex.cc
extra/mariabackup/innobackupex.cc
+1
-1
extra/mariabackup/xtrabackup.cc
extra/mariabackup/xtrabackup.cc
+1
-1
No files found.
extra/mariabackup/innobackupex.cc
View file @
37f24806
...
...
@@ -255,7 +255,7 @@ static struct my_option ibx_long_options[] =
{
"galera-info"
,
OPT_GALERA_INFO
,
"This options creates the "
"xtrabackup_galera_info file which contains the local node state at "
"the time of the backup. Option should be used when performing the "
"backup of
Percona-XtraDB-
Cluster. Has no effect when backup locks "
"backup of
MariaDB Galera
Cluster. Has no effect when backup locks "
"are used to create the backup."
,
(
uchar
*
)
&
opt_ibx_galera_info
,
(
uchar
*
)
&
opt_ibx_galera_info
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
extra/mariabackup/xtrabackup.cc
View file @
37f24806
...
...
@@ -694,7 +694,7 @@ struct my_option xb_client_options[] =
{
"galera-info"
,
OPT_GALERA_INFO
,
"This options creates the "
"xtrabackup_galera_info file which contains the local node state at "
"the time of the backup. Option should be used when performing the "
"backup of
Percona-XtraDB-
Cluster. Has no effect when backup locks "
"backup of
MariaDB Galera
Cluster. Has no effect when backup locks "
"are used to create the backup."
,
(
uchar
*
)
&
opt_galera_info
,
(
uchar
*
)
&
opt_galera_info
,
0
,
GET_BOOL
,
NO_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
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