mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
mysql-wsrep#38 : wsrep_sst_xtrabackup-v2 script causes innobackupex to
..print a false positive stack trace into the log Suppress the stacktrace that innobackupex dumps on receiving SIGPIPE.
This commit is contained in:
@@ -550,7 +550,7 @@ setup_ports
|
||||
get_stream
|
||||
get_transfer
|
||||
|
||||
if ${INNOBACKUPEX_BIN} /tmp --help | grep -q -- '--version-check'; then
|
||||
if ${INNOBACKUPEX_BIN} /tmp --help | grep -- '--version-check' >/dev/null ; then
|
||||
disver="--no-version-check"
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user