mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge branch '5.5-galera' into 10.0-galera
This commit is contained in:
commit
c0238be6cf
1 changed files with 2 additions and 1 deletions
|
@ -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) &
|
||||
|
|
Loading…
Reference in a new issue