Commit 375d1d13 authored by unknown's avatar unknown

Add variable to printout


ndb/src/ndbapi/Ndblist.cpp:
  Add theNoOfDBnodes to DBUG_PRINT
parent 97e9d5f5
...@@ -30,7 +30,7 @@ void ...@@ -30,7 +30,7 @@ void
Ndb::checkFailedNode() Ndb::checkFailedNode()
{ {
DBUG_ENTER("Ndb::checkFailedNode"); DBUG_ENTER("Ndb::checkFailedNode");
DBUG_PRINT("enter", ("theNoOfDBnodes: %d")); DBUG_PRINT("enter", ("theNoOfDBnodes: %d", theNoOfDBnodes));
DBUG_ASSERT(theNoOfDBnodes < MAX_NDB_NODES); DBUG_ASSERT(theNoOfDBnodes < MAX_NDB_NODES);
for (int i = 0; i < theNoOfDBnodes; i++){ for (int i = 0; i < theNoOfDBnodes; i++){
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment