mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 10:24:14 +03:00
Improved error messages and added another path to the version check utility
This commit is contained in:
@ -123,8 +123,8 @@ sub find_bin {
|
||||
}
|
||||
# Wsrep version check utility:
|
||||
$wsrep_check_version=
|
||||
my_find_bin($bindir, "lib/My/SafeProcess", "wsrep_check_version",
|
||||
NOT_REQUIRED);
|
||||
my_find_bin($bindir, ["lib/My/SafeProcess", "My/SafeProcess"],
|
||||
"wsrep_check_version", NOT_REQUIRED);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user