From cadb6ac770d818d1ed14aa1c2b84647619900935 Mon Sep 17 00:00:00 2001 From: Julius Goryavsky Date: Thu, 6 Dec 2018 14:36:57 +0100 Subject: 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 --- .gitignore | 2 -- 1 file changed, 2 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.1