Loading ndb/src/mgmclient/CommandInterpreter.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2029,6 +2029,9 @@ CommandInterpreter::executeRestart(Vector<BaseString> &command_list, return -1; } if (!nostart) ndbout_c("Shutting down nodes with \"-n, no start\" option, to subsequently start the nodes."); result= ndb_mgm_restart3(m_mgmsrv, no_of_nodes, node_ids, initialstart, nostart, abort, &need_disconnect); Loading Loading
ndb/src/mgmclient/CommandInterpreter.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -2029,6 +2029,9 @@ CommandInterpreter::executeRestart(Vector<BaseString> &command_list, return -1; } if (!nostart) ndbout_c("Shutting down nodes with \"-n, no start\" option, to subsequently start the nodes."); result= ndb_mgm_restart3(m_mgmsrv, no_of_nodes, node_ids, initialstart, nostart, abort, &need_disconnect); Loading