summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-08-25 15:23:42 +0200
committerunknown <msvensson@neptunus.(none)>2006-08-25 15:23:42 +0200
commit30031bbf37d7e277d2b67ccd8432f3c59343c34f (patch)
treea9ebe346ec6a33e889bb16758ea1ecb34b9a7bc9 /mysql-test/mysql-test-run.pl
parent28db55a79535ffa22e3de32db0115bac4985e8b1 (diff)
downloadmariadb-git-30031bbf37d7e277d2b67ccd8432f3c59343c34f.tar.gz
Add mysqld-max-nt to list of mysqld executales to look for on windows
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index eff6c7ccfbe..54b680c6f0f 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -898,7 +898,8 @@ sub executable_setup () {
$exe_mysqld= mtr_exe_exists ("$path_client_bindir/mysqld-nt",
"$path_client_bindir/mysqld",
"$path_client_bindir/mysqld-debug",
- "$path_client_bindir/mysqld-max");
+ "$path_client_bindir/mysqld-max",
+ "$path_client_bindir/mysqld-max-nt");
$path_language= mtr_path_exists("$glob_basedir/share/english/");
$path_charsetsdir= mtr_path_exists("$glob_basedir/share/charsets");
$exe_my_print_defaults=