summaryrefslogtreecommitdiff
path: root/scripts/wsrep_sst_rsync.sh
diff options
context:
space:
mode:
authorVasil Dimov <vasil.dimov@galeracluster.com>2018-07-16 09:42:53 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2018-08-03 12:31:57 +0300
commit3f0cd66a2bf5a1addfa2b020305ebc4e93ce51d1 (patch)
tree5d9b7dfd16f2efba2a94a4f9b0f855b5973adbaa /scripts/wsrep_sst_rsync.sh
parent62e290923e0d9caedeb91e40d16b5dcef983048f (diff)
downloadmariadb-git-3f0cd66a2bf5a1addfa2b020305ebc4e93ce51d1.tar.gz
Also include InnoDB undo tablespaces in rsync sst
If --innodb-undo-tablespaces is used, then InnoDB stores undo in a separate file(s) which whould also be replicated. This fixes Issue#337 This filter will cause sst failed at applying undo... https://github.com/codership/mysql-wsrep/issues/337
Diffstat (limited to 'scripts/wsrep_sst_rsync.sh')
-rw-r--r--scripts/wsrep_sst_rsync.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh
index 89afaa6ecbd..7dd78dd86d3 100644
--- a/scripts/wsrep_sst_rsync.sh
+++ b/scripts/wsrep_sst_rsync.sh
@@ -126,6 +126,7 @@ FILTER=(-f '- /lost+found'
-f '+ /wsrep_sst_binlog.tar'
-f '+ /ib_lru_dump'
-f '+ /ibdata*'
+ -f '+ /undo*'
-f '+ /*/'
-f '- /*')