Commit fb24eb87 authored by Michal Schorm's avatar Michal Schorm Committed by Sergei Golubchik

MDEV-12301: galera_recovery use @sbindir@ macro for mysqld

parent 2749d250
...@@ -68,7 +68,7 @@ parse_arguments() { ...@@ -68,7 +68,7 @@ parse_arguments() {
wsrep_recover_position() { wsrep_recover_position() {
# Redirect server's error log to the log file. # 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" --disable-log-error 2> "$log_file"
ret=$? ret=$?
if [ $ret -ne 0 ]; then if [ $ret -ne 0 ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment