Merge branch '5.5-galera' into 10.0-galera

This commit is contained in:
Nirbhay Choubey 2016-04-29 16:59:25 -04:00
commit c0238be6cf

View file

@ -856,7 +856,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) &