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
571eb9d7
Commit
571eb9d7
authored
Jan 18, 2022
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mariabackup: cosmetic changes (whitespaces and indentation)
parent
c753b3f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
extra/mariabackup/xtrabackup.cc
extra/mariabackup/xtrabackup.cc
+9
-9
No files found.
extra/mariabackup/xtrabackup.cc
View file @
571eb9d7
...
@@ -1503,14 +1503,14 @@ struct my_option xb_server_options[] =
...
@@ -1503,14 +1503,14 @@ struct my_option xb_server_options[] =
(
G_PTR
*
)
&
opt_encrypted_backup
,
(
G_PTR
*
)
&
opt_encrypted_backup
,
0
,
GET_BOOL
,
NO_ARG
,
TRUE
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_BOOL
,
NO_ARG
,
TRUE
,
0
,
0
,
0
,
0
,
0
},
{
"log"
,
OPT_LOG
,
"Ignored option for MySQL option compatibility"
,
{
"log"
,
OPT_LOG
,
"Ignored option for MySQL option compatibility"
,
(
G_PTR
*
)
&
log_ignored_opt
,
(
G_PTR
*
)
&
log_ignored_opt
,
0
,
(
G_PTR
*
)
&
log_ignored_opt
,
(
G_PTR
*
)
&
log_ignored_opt
,
0
,
GET_STR
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
GET_STR
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"log_bin"
,
OPT_LOG
,
"Base name for the log sequence"
,
{
"log_bin"
,
OPT_LOG
,
"Base name for the log sequence"
,
&
opt_log_bin
,
&
opt_log_bin
,
0
,
GET_STR
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
&
opt_log_bin
,
&
opt_log_bin
,
0
,
GET_STR
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"innodb"
,
OPT_INNODB
,
"Ignored option for MySQL option compatibility"
,
{
"innodb"
,
OPT_INNODB
,
"Ignored option for MySQL option compatibility"
,
(
G_PTR
*
)
&
innobase_ignored_opt
,
(
G_PTR
*
)
&
innobase_ignored_opt
,
0
,
(
G_PTR
*
)
&
innobase_ignored_opt
,
(
G_PTR
*
)
&
innobase_ignored_opt
,
0
,
GET_STR
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
GET_STR
,
OPT_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
#ifdef BTR_CUR_HASH_ADAPT
#ifdef BTR_CUR_HASH_ADAPT
...
@@ -1635,10 +1635,10 @@ struct my_option xb_server_options[] =
...
@@ -1635,10 +1635,10 @@ struct my_option xb_server_options[] =
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"plugin-dir"
,
OPT_PLUGIN_DIR
,
{
"plugin-dir"
,
OPT_PLUGIN_DIR
,
"Server plugin directory. Used to load encryption plugin during 'prepare' phase."
"Server plugin directory. Used to load encryption plugin during 'prepare' phase."
"Has no effect in the 'backup' phase (plugin directory during backup is the same as server's)"
,
"Has no effect in the 'backup' phase (plugin directory during backup is the same as server's)"
,
&
xb_plugin_dir
,
&
xb_plugin_dir
,
&
xb_plugin_dir
,
&
xb_plugin_dir
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"innodb-log-checksums"
,
OPT_INNODB_LOG_CHECKSUMS
,
{
"innodb-log-checksums"
,
OPT_INNODB_LOG_CHECKSUMS
,
"Whether to require checksums for InnoDB redo log blocks"
,
"Whether to require checksums for InnoDB redo log blocks"
,
...
@@ -1660,12 +1660,12 @@ struct my_option xb_server_options[] =
...
@@ -1660,12 +1660,12 @@ struct my_option xb_server_options[] =
&
xb_rocksdb_datadir
,
&
xb_rocksdb_datadir
,
&
xb_rocksdb_datadir
,
&
xb_rocksdb_datadir
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"rocksdb-backup"
,
OPT_BACKUP_ROCKSDB
,
"Backup rocksdb data, if rocksdb plugin is installed."
{
"rocksdb-backup"
,
OPT_BACKUP_ROCKSDB
,
"Backup rocksdb data, if rocksdb plugin is installed."
"Used only with --backup option. Can be useful for partial backups, to exclude all rocksdb data"
,
"Used only with --backup option. Can be useful for partial backups, to exclude all rocksdb data"
,
&
xb_backup_rocksdb
,
&
xb_backup_rocksdb
,
&
xb_backup_rocksdb
,
&
xb_backup_rocksdb
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
{
"check-privileges"
,
OPT_XTRA_CHECK_PRIVILEGES
,
"Check database user "
{
"check-privileges"
,
OPT_XTRA_CHECK_PRIVILEGES
,
"Check database user "
"privileges fro the backup user"
,
"privileges fro the backup user"
,
&
opt_check_privileges
,
&
opt_check_privileges
,
&
opt_check_privileges
,
&
opt_check_privileges
,
0
,
GET_BOOL
,
NO_ARG
,
1
,
0
,
0
,
0
,
0
,
0
},
0
,
GET_BOOL
,
NO_ARG
,
1
,
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