List:Commits« Previous MessageNext Message »
From:jonas Date:April 6 2006 11:51am
Subject:bk commit into 5.0 tree (jonas:1.2097)
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
  1.2097 06/04/06 11:51:24 jonas@stripped +1 -0
  post merge fixes

  ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
    1.28 06/04/06 11:51:21 jonas@stripped +3 -1
    post merge fixes

# 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.27/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp	2006-04-06 11:43:28 +02:00
+++ 1.28/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp	2006-04-06 11:51:21 +02:00
@@ -2474,9 +2474,11 @@
   ptrCheckGuard(nodePtr, MAX_NODES, nodeRec);
 
   char buf[100];
-  if (getNodeState().startLevel < NodeState::SL_STARTED)
+  if (getNodeInfo(nodeId).getType() == NodeInfo::DB &&
+      getNodeState().startLevel < NodeState::SL_STARTED)
   {
     jam();
+    CRASH_INSERTION(932);
     BaseString::snprintf(buf, 100, "Node %u disconected", nodeId);    
     progError(__LINE__, NDBD_EXIT_SR_OTHERNODEFAILED, buf);
     ndbrequire(false);
Thread
bk commit into 5.0 tree (jonas:1.2097)jonas6 Apr