diff options
author | unknown <msvensson@neptunus.(none)> | 2006-12-05 19:12:12 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-12-05 19:12:12 +0100 |
commit | 00cfa1c0f262a6a5e6aed3fb8aa264badbe7a838 (patch) | |
tree | ec3bf5653bd93126f96e48292001a4205c56bc22 | |
parent | c0612e453e3364255a1f88c7f3ac4849fb8965df (diff) | |
parent | 5f2e2a5c5c3a1c97f4fdc0ad37f9c836efc2b467 (diff) | |
download | mariadb-git-00cfa1c0f262a6a5e6aed3fb8aa264badbe7a838.tar.gz |
Merge bk-internal:/home/bk/mysql-4.1-build
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
mysql-test/mysql-test-run.pl:
Auto merged
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 5002f778da5..21824cc69ee 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -802,6 +802,9 @@ sub command_line_setup () { { # Only platforms that have native symlinks can use the vardir trick $opt_mem= $opt_vardir; + # Delete the default directory in case it exists since we're going to create + # a new one later anyway, and the mkpath below throws a fatal error otherwise + eval { rmtree($default_vardir, 1, 1); }; mtr_report("Using 4.1 vardir trick"); } |