mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
10.0-base merge.
Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
This commit is contained in:
@ -2079,7 +2079,17 @@ sub executable_setup () {
|
||||
}
|
||||
else
|
||||
{
|
||||
$exe_mysqltest= mtr_exe_exists("$path_client_bindir/mysqltest");
|
||||
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");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user