1
0
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:
Julius Goryavsky
2019-07-09 16:54:08 +02:00
parent 06ad00a478
commit aa96e56c55
2 changed files with 15 additions and 5 deletions

View File

@ -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);
}