List:Commits« Previous MessageNext Message »
From:msvensson Date:May 4 2006 8:28am
Subject:bk commit into 5.0 tree (msvensson:1.2118)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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
  1.2118 06/05/04 10:28:49 msvensson@neptunus.(none) +1 -0
  Put the "test_running_as_root.txt" file in the vardir to avoid that two mysql-test-run's running in parallel uses the same file

  mysql-test/mysql-test-run.pl
    1.95 06/05/04 10:28:45 msvensson@neptunus.(none) +1 -1
    Put the "test_running_as_root.txt" file in the vardir to avoid that two mysql-test-run's running in parallel uses the same file

# 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-5.0-maint

--- 1.94/mysql-test/mysql-test-run.pl	2006-05-03 20:04:54 +02:00
+++ 1.95/mysql-test/mysql-test-run.pl	2006-05-04 10:28:45 +02:00
@@ -1344,7 +1344,7 @@
 sub  check_running_as_root () {
   # Check if running as root
   # i.e a file can be read regardless what mode we set it to
-  my $test_file= "test_running_as_root.txt";
+  my $test_file= "$opt_vardir/test_running_as_root.txt";
   mtr_tofile($test_file, "MySQL");
   chmod(oct("0000"), $test_file);
 
Thread
bk commit into 5.0 tree (msvensson:1.2118)msvensson4 May