summaryrefslogtreecommitdiff
path: root/scripts/galera_recovery.sh
diff options
context:
space:
mode:
authorDaniel Black <danielgb@au.ibm.com>2018-02-04 22:20:52 +1100
committerGitHub <noreply@github.com>2018-02-04 22:20:52 +1100
commita0a9958098604a57f2c53d1a1b0d50407a328da3 (patch)
tree288f260c526778d13abd6ce4a0276104a8271883 /scripts/galera_recovery.sh
parent67f3fb1bc54682a29ee3b407f60b798780db698f (diff)
parentaba15b864af664276261dcbbdaef35268d407af1 (diff)
downloadmariadb-git-a0a9958098604a57f2c53d1a1b0d50407a328da3.tar.gz
Merge branch '10.1' into 10.1-wsrep_sst_rsync_read_MYSQL_BASE_VERSION_config
Diffstat (limited to 'scripts/galera_recovery.sh')
-rw-r--r--scripts/galera_recovery.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/galera_recovery.sh b/scripts/galera_recovery.sh
index f6a06a7e8e0..c58f3d8f6b9 100644
--- a/scripts/galera_recovery.sh
+++ b/scripts/galera_recovery.sh
@@ -68,7 +68,7 @@ parse_arguments() {
wsrep_recover_position() {
# Redirect server's error log to the log file.
- eval /usr/sbin/mysqld $cmdline_args --user=$user --wsrep_recover \
+ eval @sbindir@/mysqld $cmdline_args --user=$user --wsrep_recover \
--disable-log-error 2> "$log_file"
ret=$?
if [ $ret -ne 0 ]; then