List:Commits« Previous MessageNext Message »
From:jonas Date:August 9 2006 10:41am
Subject:bk commit into 5.1 tree (jonas:1.2245) BUG#21363
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@stripped, 2006-08-09 10:41:22+02:00, jonas@stripped +1 -0
  ndb - bug#21363
    add file that got missing from last changset

  storage/ndb/src/ndbapi/TransporterFacade.hpp@stripped, 2006-08-09 10:41:20+02:00,
jonas@stripped +2 -0
    ndb - bug#21363
      add file that got missing from last changset

# 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/mysql-5.1-new-ndb

--- 1.32/storage/ndb/src/ndbapi/TransporterFacade.hpp	2006-08-09 10:41:26 +02:00
+++ 1.33/storage/ndb/src/ndbapi/TransporterFacade.hpp	2006-08-09 10:41:26 +02:00
@@ -68,6 +68,7 @@ public:
   
   // Close this block number
   int close(BlockNumber blockNumber, Uint64 trans_id);
+  Uint32 get_active_ndb_objects() const;
 
   // Only sends to nodes which are alive
   int sendSignal(NdbApiSignal * signal, NodeId nodeId);
@@ -240,6 +241,7 @@ private:
       NodeStatusFunction m_statusFunction;
     };
 
+    Uint32 m_use_cnt;
     Uint32 m_firstFree;
     Vector<Uint32> m_statusNext;
     Vector<Object_Execute> m_objectExecute;
Thread
bk commit into 5.1 tree (jonas:1.2245) BUG#21363jonas9 Aug