Merge branch '10.0-galera' into 10.1

This commit is contained in:
Nirbhay Choubey 2016-09-28 13:20:02 -04:00
commit e1c6f28f0d
6 changed files with 79 additions and 2 deletions

View file

@ -176,7 +176,7 @@ get_transfer()
fi
wsrep_log_info "Using netcat as streamer"
if [[ "$WSREP_SST_OPT_ROLE" == "joiner" ]];then
if nc -h | grep -q ncat;then
if nc -h 2>&1 | grep -q ncat;then
tcmd="nc -l ${TSST_PORT}"
else
tcmd="nc -dl ${TSST_PORT}"