1
0
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:
Nirbhay Choubey
2015-05-14 14:25:02 -04:00
parent 014fe12c03
commit 8fdf8f00c7

View File

@@ -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