mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
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
This commit is contained in:
commit
0e80b23273
1 changed files with 3 additions and 0 deletions
|
|
@ -1963,6 +1963,9 @@ CommandInterpreter::executeRestart(Vector<BaseString> &command_list,
|
||||||
return -1;
|
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,
|
result= ndb_mgm_restart3(m_mgmsrv, no_of_nodes, node_ids,
|
||||||
initialstart, nostart, abort, &need_disconnect);
|
initialstart, nostart, abort, &need_disconnect);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue