diff options
author | Julius Goryavsky <sysprg@gmail.com> | 2018-12-06 14:36:57 +0100 |
---|---|---|
committer | Julius Goryavsky <sysprg@gmail.com> | 2018-12-17 11:14:54 +0100 |
commit | cadb6ac770d818d1ed14aa1c2b84647619900935 (patch) | |
tree | 4696955e345412b3f9867daf3873f9a3ae1fa400 /.gitignore | |
parent | b6f203984bc519a31ac695cbcb6de7f1f638d321 (diff) | |
download | mariadb-git-cadb6ac770d818d1ed14aa1c2b84647619900935.tar.gz |
DEV-17835: Remove wsrep-sst-method=xtrabackup
The use of the xtrabackup and xtrabackup-v2 methods for SST
has been declared obsolete since version 10.2, now it cannot
be used because of the different redo log format. Accordingly,
we need to remove the xtrabackup-related scripts and dynamically
replace the call to xtrabackup[-v2] to the mariabackup (with a
corresponding warning in the log) when the server performs SST.
https://jira.mariadb.org/browse/MDEV-17835
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3f28c0fb66b..859551d62a0 100644 --- a/.gitignore +++ b/.gitignore @@ -128,8 +128,6 @@ scripts/wsrep_sst_mysqldump scripts/wsrep_sst_rsync scripts/wsrep_sst_rsync_wan scripts/wsrep_sst_mariabackup -scripts/wsrep_sst_xtrabackup -scripts/wsrep_sst_xtrabackup-v2 scripts/maria_add_gis_sp.sql scripts/maria_add_gis_sp_bootstrap.sql scripts/galera_new_cluster |