mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-12301: galera_recovery use @sbindir@ macro for mysqld
This commit is contained in:
committed by
Sergei Golubchik
parent
2749d25096
commit
fb24eb87a8
@ -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
|
||||
|
Reference in New Issue
Block a user