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:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user