summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTao ZHOU <angeloudy@gmail.com>2019-01-02 15:40:55 +1100
committerGitHub <noreply@github.com>2019-01-02 15:40:55 +1100
commitcb85803c459ceae885538d941b3456a7b6fef919 (patch)
treee710ae490f1e5c8103905b9f10f89cf7e08567ab /scripts
parent216d5f78995b73e3f1372ca9bb7315731932e1c8 (diff)
downloadmariadb-git-cb85803c459ceae885538d941b3456a7b6fef919.tar.gz
Use absolute path for mariabackup binary
Diffstat (limited to 'scripts')
-rw-r--r--scripts/wsrep_sst_mariabackup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wsrep_sst_mariabackup.sh b/scripts/wsrep_sst_mariabackup.sh
index c3b60d1bc07..27fc129c549 100644
--- a/scripts/wsrep_sst_mariabackup.sh
+++ b/scripts/wsrep_sst_mariabackup.sh
@@ -83,7 +83,7 @@ fi
pcmd="pv $pvopts"
declare -a RC
-INNOBACKUPEX_BIN=mariabackup
+INNOBACKUPEX_BIN=$(which mariabackup)
XBSTREAM_BIN=mbstream
XBCRYPT_BIN=xbcrypt # Not available in MariaBackup