summaryrefslogtreecommitdiff
path: root/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorJulius Goryavsky <sysprg@gmail.com>2018-12-06 14:36:57 +0100
committerJulius Goryavsky <sysprg@gmail.com>2018-12-17 11:14:54 +0100
commitcadb6ac770d818d1ed14aa1c2b84647619900935 (patch)
tree4696955e345412b3f9867daf3873f9a3ae1fa400 /scripts/CMakeLists.txt
parentb6f203984bc519a31ac695cbcb6de7f1f638d321 (diff)
downloadmariadb-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 'scripts/CMakeLists.txt')
-rw-r--r--scripts/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index 464c00d57da..901a774be4b 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/CMakeLists.txt
@@ -274,8 +274,6 @@ ELSE()
SET(WSREP_SCRIPTS
wsrep_sst_mysqldump
wsrep_sst_rsync
- wsrep_sst_xtrabackup
- wsrep_sst_xtrabackup-v2
wsrep_sst_mariabackup
)
# The following script is sourced from other SST scripts, so it should