summaryrefslogtreecommitdiff
path: root/scripts/wsrep_sst_rsync.sh
diff options
context:
space:
mode:
authorJulius Goryavsky <sysprg@gmail.com>2018-08-17 15:54:55 +0200
committerJulius Goryavsky <sysprg@gmail.com>2018-08-17 15:54:55 +0200
commit4ff7f14feffc8cbb685910ecd595095629f7a764 (patch)
treed64793925e260303023af1c032a96de4e49876d4 /scripts/wsrep_sst_rsync.sh
parent36832711c15cc3208f4d76ff6677488ea4bb11a4 (diff)
downloadmariadb-git-4ff7f14feffc8cbb685910ecd595095629f7a764.tar.gz
Fixes of the base patch for compatibility with the 10.1 branch
Diffstat (limited to 'scripts/wsrep_sst_rsync.sh')
-rw-r--r--scripts/wsrep_sst_rsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_rsync.sh b/scripts/wsrep_sst_rsync.sh
index f787262085b..77a25ffc530 100644
--- a/scripts/wsrep_sst_rsync.sh
+++ b/scripts/wsrep_sst_rsync.sh
@@ -144,7 +144,7 @@ fi
# New filter - exclude everything except dirs (schemas) and innodb files
FILTER=(-f '- /lost+found' -f '- /.fseventsd' -f '- /.Trashes'
-f '+ /wsrep_sst_binlog.tar' -f '- $INNODB_DATA_HOME_DIR/ib_lru_dump'
- -f '- $INNODB_DATA_HOME_DIR/ibdata*' -f '+ /*/' -f '- /*'"
+ -f '- $INNODB_DATA_HOME_DIR/ibdata*' -f '+ /*/' -f '- /*')
SSTKEY=$(parse_cnf sst tkey "")
SSTCERT=$(parse_cnf sst tcert "")