mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
Bug#23354 Add explaination when ndb_mgm do restart
This commit is contained in:
parent
40e0a6f3a9
commit
f4a9a591e3
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue