List:Commits« Previous MessageNext Message »
From:Martin Skold Date:July 5 2006 3:32pm
Subject:bk commit into 5.1 tree (mskold:1.2241) BUG#19645
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of marty. When marty 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.2241 06/07/05 15:32:17 mskold@stripped +1 -0
  Bug #19645  Data Node hangs in phase 100: post review fix, removed test printout

  storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
    1.36 06/07/05 15:31:17 mskold@stripped +0 -2
    Bug #19645  Data Node hangs in phase 100: post review fix, removed test printout

# 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:	mskold
# Host:	linux.site
# Root:	/home/marty/MySQL/mysql-5.1

--- 1.35/storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp	2006-07-05 15:03:26 +02:00
+++ 1.36/storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp	2006-07-05 15:31:17 +02:00
@@ -2370,8 +2370,6 @@ void Qmgr::execAPI_FAILREQ(Signal* signa
   failedNodePtr.i = signal->theData[0];
   // signal->theData[1] == QMGR_REF
   ptrCheckGuard(failedNodePtr, MAX_NODES, nodeRec);
-  
-  ndbout_c("Qmgr::execAPI_FAILREQ node %d", failedNodePtr.i);
 
   ndbrequire(getNodeInfo(failedNodePtr.i).getType() != NodeInfo::DB);
 
Thread
bk commit into 5.1 tree (mskold:1.2241) BUG#19645Martin Skold5 Jul