List:Commits« Previous MessageNext Message »
From:jonas Date:December 6 2006 12:09pm
Subject:bk commit into 5.0 tree (jonas:1.2277) BUG#22773
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-12-06 13:09:30+01:00, jonas@stripped +1 -0
  ndb - bug#22773
    Fix correct log event on db-node disconnect

  ndb/src/mgmsrv/MgmtSrvr.cpp@stripped, 2006-12-06 13:09:29+01:00, jonas@stripped +1 -1
    Fix typo

# 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/50-work

--- 1.102/ndb/src/mgmsrv/MgmtSrvr.cpp	2006-12-06 13:09:34 +01:00
+++ 1.103/ndb/src/mgmsrv/MgmtSrvr.cpp	2006-12-06 13:09:34 +01:00
@@ -1900,7 +1900,7 @@
     m_started_nodes.push_back(nodeId);
     rep->setEventType(NDB_LE_Connected);
   } else {
-    rep->setEventType(NDB_LE_Connected);
+    rep->setEventType(NDB_LE_Disconnected);
     if(nfComplete)
     {
       DBUG_VOID_RETURN;
Thread
bk commit into 5.0 tree (jonas:1.2277) BUG#22773jonas6 Dec