List:Commits« Previous MessageNext Message »
From:msvensson Date:August 20 2006 6:47pm
Subject:bk commit into 5.1 tree (msvensson:1.2289)
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-08-20 20:46:50+02:00, msvensson@neptunus.(none) +1 -0
  Move the initialisation of "NDB_STATUS_OK" env variable to after cluster has been intalled

  mysql-test/mysql-test-run.pl@stripped, 2006-08-20 20:46:45+02:00, msvensson@neptunus.(none) +3 -2
    Move the initialisation of "NDB_STATUS_OK" env variable to after cluster has been intalled

# 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.1-new-maint

--- 1.154/mysql-test/mysql-test-run.pl	2006-08-20 20:47:00 +02:00
+++ 1.155/mysql-test/mysql-test-run.pl	2006-08-20 20:47:00 +02:00
@@ -1392,8 +1392,6 @@ sub environment_setup () {
   $ENV{'NDBCLUSTER_PORT'}=          $opt_ndbcluster_port;
   $ENV{'NDBCLUSTER_PORT_SLAVE'}=    $opt_ndbcluster_port_slave;
 
-  $ENV{'NDB_STATUS_OK'}=            $clusters->[0]->{'installed_ok'};
-  $ENV{'NDB_SLAVE_STATUS_OK'}=      $clusters->[0]->{'installed_ok'};;
   $ENV{'NDB_EXTRA_TEST'}=           $opt_ndb_extra_test;
 
   $ENV{'NDB_BACKUP_DIR'}=           $clusters->[0]->{'data_dir'};
@@ -2259,6 +2257,9 @@ sub mysql_install_db () {
       $cluster_started_ok= 0;
     }
   }
+
+  $ENV{'NDB_STATUS_OK'}=            $clusters->[0]->{'installed_ok'};
+  $ENV{'NDB_SLAVE_STATUS_OK'}=      $clusters->[1]->{'installed_ok'};;
 
   if ( ! $cluster_started_ok )
   {
Thread
bk commit into 5.1 tree (msvensson:1.2289)msvensson20 Aug