summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@mariadb.com>2016-05-05 09:15:04 -0400
committerNirbhay Choubey <nirbhay@mariadb.com>2016-05-05 09:15:04 -0400
commit0a1c2a20518e90babfea3a54b257aa28b4603e22 (patch)
treef4a9aa4fd8225a8b9b071b0113ac820592a32492 /scripts
parenta87507eec3081f3a63e527786b1d31e46d79be1c (diff)
parentc0238be6cfaaf17c7c3a6f3fc59937cc13cc00be (diff)
downloadmariadb-git-0a1c2a20518e90babfea3a54b257aa28b4603e22.tar.gz
Merge branch '10.0-galera' into 10.1
Diffstat (limited to 'scripts')
-rw-r--r--scripts/wsrep_sst_xtrabackup-v2.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_xtrabackup-v2.sh b/scripts/wsrep_sst_xtrabackup-v2.sh
index 4cd21d3c216..872589254d4 100644
--- a/scripts/wsrep_sst_xtrabackup-v2.sh
+++ b/scripts/wsrep_sst_xtrabackup-v2.sh
@@ -871,7 +871,8 @@ then
then
if [[ -d ${DATA}/.sst ]];then
- wsrep_log_info "WARNING: Stale temporary SST directory: ${DATA}/.sst from previous state transfer"
+ wsrep_log_info "WARNING: Stale temporary SST directory: ${DATA}/.sst from previous state transfer. Removing"
+ rm -rf ${DATA}/.sst
fi
mkdir -p ${DATA}/.sst
(recv_joiner $DATA/.sst "${stagemsg}-SST" 0 0) &