mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Merge branch '10.0-galera' into 10.1
This commit is contained in:
commit
e1c6f28f0d
6 changed files with 79 additions and 2 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue