summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormskold@mysql.com <>2006-07-05 15:32:17 +0200
committermskold@mysql.com <>2006-07-05 15:32:17 +0200
commit7c650824dc9e289f44e9a969435b1cbd39eeccc9 (patch)
tree4d832edea05d46694ba9a53a728b9a42a23a293c
parentd951bc61ffdfd070bcbcd871b81c414c886c6d8a (diff)
downloadmariadb-git-7c650824dc9e289f44e9a969435b1cbd39eeccc9.tar.gz
Bug #19645 Data Node hangs in phase 100: post review fix, removed test printout
-rw-r--r--storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp b/storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
index e3cb45bb1e7..7b461f93719 100644
--- a/storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
+++ b/storage/ndb/src/kernel/blocks/qmgr/QmgrMain.cpp
@@ -2370,8 +2370,6 @@ void Qmgr::execAPI_FAILREQ(Signal* signal)
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);