mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge xiphis.org:/anubis/antony/work/p2-bug25714.1
into xiphis.org:/anubis/antony/work/p2-bug25714.1.merge-5.1
This commit is contained in:
@ -143,6 +143,7 @@ our $exe_mysqladmin;
|
||||
our $exe_mysql_upgrade;
|
||||
our $exe_mysqlbinlog;
|
||||
our $exe_mysql_client_test;
|
||||
our $exe_bug25714;
|
||||
our $exe_mysqld;
|
||||
our $exe_mysqlcheck;
|
||||
our $exe_mysqldump;
|
||||
@ -1648,6 +1649,12 @@ sub executable_setup () {
|
||||
"$glob_basedir/tests/mysql_client_test",
|
||||
"$glob_basedir/bin/mysql_client_test");
|
||||
}
|
||||
|
||||
# Look for bug25714 executable which may _not_ exist in
|
||||
# some versions, test using it should be skipped
|
||||
$exe_bug25714=
|
||||
mtr_exe_maybe_exists(vs_config_dirs('tests', 'bug25714'),
|
||||
"$glob_basedir/tests/bug25714");
|
||||
}
|
||||
|
||||
|
||||
@ -2018,6 +2025,11 @@ sub environment_setup () {
|
||||
|
||||
$ENV{'MYSQL'}= $cmdline_mysql;
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Setup env so childs can execute bug25714
|
||||
# ----------------------------------------------------
|
||||
$ENV{'MYSQL_BUG25714'}= $exe_bug25714;
|
||||
|
||||
# ----------------------------------------------------
|
||||
# Setup env so childs can execute mysql_client_test
|
||||
# ----------------------------------------------------
|
||||
|
Reference in New Issue
Block a user