Commit 0e80b232 authored by unknown's avatar unknown
Browse files

Merge dev3-63.(none):/home/zhl/mysql/mysql-5.0/bug23354

into  dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug23354


storage/ndb/src/mgmclient/CommandInterpreter.cpp:
  Auto merged
parents 2bb6cec5 f106321e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1963,6 +1963,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);