List:Internals« Previous MessageNext Message »
From:jonas Date:December 1 2005 11:53am
Subject:bk commit into 5.1 tree (jonas:1.1974)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jonas. When jonas 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.1974 05/12/01 12:53:42 jonas@stripped +1 -0
  ndb - testprg fix
    

  storage/ndb/test/include/NdbRestarter.hpp
    1.7 05/12/01 12:53:39 jonas@stripped +4 -2
    Make nodes vector public

# 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:	jonas
# Host:	perch.ndb.mysql.com
# Root:	/home/jonas/src/51-ndb

--- 1.6/storage/ndb/test/include/NdbRestarter.hpp	2005-11-07 12:19:09 +01:00
+++ 1.7/storage/ndb/test/include/NdbRestarter.hpp	2005-12-01 12:53:39 +01:00
@@ -82,8 +82,7 @@
   int connect();
   void disconnect();
   int getStatus();
-  
-  Vector<ndb_mgm_node_state> ndbNodes;
+
   Vector<ndb_mgm_node_state> mgmNodes;
   Vector<ndb_mgm_node_state> apiNodes;
   
@@ -92,6 +91,9 @@
   ndb_mgm_configuration * m_config;
 protected:
   ndb_mgm_configuration * getConfig();
+
+public:  
+  Vector<ndb_mgm_node_state> ndbNodes;
 };
 
 #endif
Thread
bk commit into 5.1 tree (jonas:1.1974)jonas1 Dec