mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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() {
|
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
|
||||||
|
Reference in New Issue
Block a user