Loading ndb/src/common/debugger/EventLogger.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,8 @@ void getRestartAction(Uint32 action, BaseString &str) if (action == 0) return; str.appfmt(", restarting"); if (action & 2) str.appfmt(", no start"); if (action & 4) str.appfmt(", initial"); } Loading ndb/src/mgmclient/CommandInterpreter.cpp +1 −9 Original line number Diff line number Diff line Loading @@ -2168,15 +2168,7 @@ CommandInterpreter::executeRestart(Vector<BaseString> &command_list, ndbout << "Node"; for (int i= 0; i < no_of_nodes; i++) ndbout << " " << node_ids[i]; ndbout_c(": Is being restarted"); ndbout << "Node"; for (int i= 0; i < no_of_nodes; i++) ndbout << " " << node_ids[i]; if (nostart) ndbout_c(": No start"); else ndbout_c(": Is rejoining the cluster"); ndbout_c(" is being restarted"); } if(need_disconnect) disconnect(); Loading Loading
ndb/src/common/debugger/EventLogger.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,8 @@ void getRestartAction(Uint32 action, BaseString &str) if (action == 0) return; str.appfmt(", restarting"); if (action & 2) str.appfmt(", no start"); if (action & 4) str.appfmt(", initial"); } Loading
ndb/src/mgmclient/CommandInterpreter.cpp +1 −9 Original line number Diff line number Diff line Loading @@ -2168,15 +2168,7 @@ CommandInterpreter::executeRestart(Vector<BaseString> &command_list, ndbout << "Node"; for (int i= 0; i < no_of_nodes; i++) ndbout << " " << node_ids[i]; ndbout_c(": Is being restarted"); ndbout << "Node"; for (int i= 0; i < no_of_nodes; i++) ndbout << " " << node_ids[i]; if (nostart) ndbout_c(": No start"); else ndbout_c(": Is rejoining the cluster"); ndbout_c(" is being restarted"); } if(need_disconnect) disconnect(); Loading