mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Look for mysql_client_test in $path_client_bindir
This commit is contained in:
@ -1423,7 +1423,7 @@ sub executable_setup () {
|
||||
else
|
||||
{
|
||||
$exe_mysql_client_test=
|
||||
mtr_exe_exists("$glob_basedir/tests/mysql_client_test");
|
||||
mtr_exe_exists("$path_client_bindir/mysql_client_test");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user