summaryrefslogtreecommitdiff
path: root/extra/mariabackup/xtrabackup.h
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2019-01-23 12:00:12 +0000
committerVladislav Vaintroub <wlad@mariadb.com>2019-01-23 12:09:02 +0000
commit5c159c90370fc66007220fda4417f8ed2e028ce2 (patch)
tree2c61735831206ed19148958b682a99b00432e837 /extra/mariabackup/xtrabackup.h
parent9f4d4f404fec4b8153fd1af278e1852c3588773d (diff)
downloadmariadb-git-5c159c90370fc66007220fda4417f8ed2e028ce2.tar.gz
MDEV-18356 Renamed backup-encrypted option introduced in 7158edcba3af3766e9329f9927ce4adfd2a40bf8
Rename it because it caused parser warning whenever --backup was used.
Diffstat (limited to 'extra/mariabackup/xtrabackup.h')
-rw-r--r--extra/mariabackup/xtrabackup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mariabackup/xtrabackup.h b/extra/mariabackup/xtrabackup.h
index 8e0e09f6f07..90f5e28e2c7 100644
--- a/extra/mariabackup/xtrabackup.h
+++ b/extra/mariabackup/xtrabackup.h
@@ -108,7 +108,7 @@ extern my_bool opt_no_backup_locks;
extern my_bool opt_decompress;
extern my_bool opt_remove_original;
extern my_bool opt_extended_validation;
-extern my_bool opt_backup_encrypted;
+extern my_bool opt_encrypted_backup;
extern my_bool opt_lock_ddl_per_table;
extern char *opt_incremental_history_name;