List:Commits« Previous MessageNext Message »
From:msvensson Date:September 18 2006 12:24pm
Subject:bk commit into 5.1 tree (msvensson:1.2334)
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@stripped, 2006-09-18 12:24:10+02:00, msvensson@shellback.(none) +1 -0
  Remove extra semicolon

  mysql-test/mysql-test-run.pl@stripped, 2006-09-18 12:24:02+02:00,
msvensson@shellback.(none) +1 -1
    Remove extra semicolon

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

--- 1.171/mysql-test/mysql-test-run.pl	2006-09-18 12:24:22 +02:00
+++ 1.172/mysql-test/mysql-test-run.pl	2006-09-18 12:24:22 +02:00
@@ -2291,7 +2291,7 @@
   }
 
   $ENV{'NDB_STATUS_OK'}=            $clusters->[0]->{'installed_ok'};
-  $ENV{'NDB_SLAVE_STATUS_OK'}=      $clusters->[1]->{'installed_ok'};;
+  $ENV{'NDB_SLAVE_STATUS_OK'}=      $clusters->[1]->{'installed_ok'};
 
   if ( ! $cluster_started_ok )
   {
Thread
bk commit into 5.1 tree (msvensson:1.2334)msvensson18 Sep