=== modified file 'storage/ndb/src/mgmclient/CommandInterpreter.cpp' --- storage/ndb/src/mgmclient/CommandInterpreter.cpp 2013-02-26 06:21:48 +0000 +++ storage/ndb/src/mgmclient/CommandInterpreter.cpp 2013-05-08 03:24:42 +0000 @@ -1091,8 +1091,10 @@ for (int i = 0; i < m_status->no_of_nodes; i++) { if (m_status->node_states[i].node_id == nodeid && - m_status->node_states[i].node_type == NDB_MGM_NODE_TYPE_NDB) + m_status->node_states[i].node_type == NDB_MGM_NODE_TYPE_NDB) { found = true; + break; + } } if (!found)