Below is the list of changes that have just been committed into a local
4.1 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-12-05 19:13:31+01:00, msvensson@neptunus.(none) +1 -0
Remove hack that removes vardir
mysql-test/mysql-test-run.pl@stripped, 2006-12-05 19:13:30+01:00, msvensson@neptunus.(none) +0 -3
Remove hack that removes vardir
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: msvensson
# Host: neptunus.(none)
# Root: /home/msvensson/mysql/mysql-4.1-maint
--- 1.166/mysql-test/mysql-test-run.pl 2006-12-05 19:13:35 +01:00
+++ 1.167/mysql-test/mysql-test-run.pl 2006-12-05 19:13:35 +01:00
@@ -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");
}
| Thread |
|---|
| • bk commit into 4.1 tree (msvensson:1.2580) | msvensson | 5 Dec |