mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug #16813007 - MTR IS NOT TAKING MYSQLTEST CLIENT USING THE ENV VARIABLE MYSQL_TEST
This commit is contained in:
@ -1784,9 +1784,19 @@ sub executable_setup () {
|
|||||||
"$path_client_bindir/mysqltest_embedded");
|
"$path_client_bindir/mysqltest_embedded");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
if ( defined $ENV{'MYSQL_TEST'} )
|
||||||
|
{
|
||||||
|
$exe_mysqltest=$ENV{'MYSQL_TEST'};
|
||||||
|
print "===========================================================\n";
|
||||||
|
print "WARNING:The mysqltest binary is fetched from $exe_mysqltest\n";
|
||||||
|
print "===========================================================\n";
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
$exe_mysqltest= mtr_exe_exists("$path_client_bindir/mysqltest");
|
$exe_mysqltest= mtr_exe_exists("$path_client_bindir/mysqltest");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user