List:Commits« Previous MessageNext Message »
From:msvensson Date:June 1 2006 11:20am
Subject:bk commit into 5.1 tree (msvensson:1.2176)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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
  1.2176 06/06/01 13:20:34 msvensson@shellback.(none) +1 -0
  Correct path for ndbd log file

  mysql-test/mysql-test-run.pl
    1.122 06/06/01 13:20:27 msvensson@shellback.(none) +1 -1
    Correct path for ndbd log 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:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-5.1-new-maint

--- 1.121/mysql-test/mysql-test-run.pl	2006-06-01 13:14:01 +02:00
+++ 1.122/mysql-test/mysql-test-run.pl	2006-06-01 13:20:27 +02:00
@@ -1686,7 +1686,7 @@
   mtr_add_arg($args, "--nodaemon");
   mtr_add_arg($args, "$extra_args");
 
-  my $path_ndbd_log= "$cluster->{'data_dir'}/\l$cluster->{'name'}_ndbd_$idx.log";
+  my $path_ndbd_log= "$cluster->{'data_dir'}/ndb_{$idx+1}.log";
   $pid= mtr_spawn($exe_ndbd, $args, "",
 		  $path_ndbd_log,
 		  $path_ndbd_log,
Thread
bk commit into 5.1 tree (msvensson:1.2176)msvensson1 Jun