1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-18565 Galera mtr-suite fails if galera library is not installed

revert/simplify f5390eea9a

remove galera-specific checks from mtr and the main suite
This commit is contained in:
Sergei Golubchik
2020-04-21 18:07:11 +02:00
parent 81511b4776
commit c2db9397c7
21 changed files with 210 additions and 362 deletions

View File

@ -100,8 +100,6 @@ else
$bindir = getcwd();
}
our $wsrep_check_version;
# Find the safe process binary or script
sub find_bin {
if (IS_WIN32PERL or IS_CYGWIN)
@ -121,10 +119,6 @@ sub find_bin {
"my_safe_process");
push(@safe_process_cmd, $exe);
}
# Wsrep version check utility:
$wsrep_check_version=
my_find_bin($bindir, ["lib/My/SafeProcess", "My/SafeProcess"],
"wsrep_check_version", NOT_REQUIRED);
}