diff options
author | unknown <msvensson@neptunus.(none)> | 2006-08-01 15:22:54 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-08-01 15:22:54 +0200 |
commit | 2660a6bb5936a215876468e94fb88b3f0c58f3bf (patch) | |
tree | 24a6fbccaa967bfc407852e412d5787c9b035a23 | |
parent | 7b914fbbf74a857287c2d803f7b9357d11297e12 (diff) | |
parent | de99af69017f7c2e22b27be09f7e2fda09c20b12 (diff) | |
download | mariadb-git-2660a6bb5936a215876468e94fb88b3f0c58f3bf.tar.gz |
Merge bk-internal:/home/bk/mysql-5.0-maint
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index d8ab940fdca..f029924e292 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -816,7 +816,7 @@ sub command_line_setup () { if ( $glob_win32 ) { mtr_report("Disable Instance manager - not supported on Windows"); - opt_skip_im= 1; + $opt_skip_im= 1; } # Check valgrind arguments |