summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-12-05 19:13:31 +0100
committerunknown <msvensson@neptunus.(none)>2006-12-05 19:13:31 +0100
commitb121562b3828682b2cfd94d218bc48698d33b1dd (patch)
treed1ad41db4406b4986f9f3b7475df088707a265be
parent00cfa1c0f262a6a5e6aed3fb8aa264badbe7a838 (diff)
downloadmariadb-git-b121562b3828682b2cfd94d218bc48698d33b1dd.tar.gz
Remove hack that removes vardir
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index 21824cc69ee..5002f778da5 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -802,9 +802,6 @@ 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");
}