summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorunknown <lzhou/zhl@dev3-63.(none)>2007-03-30 13:30:58 +0000
committerunknown <lzhou/zhl@dev3-63.(none)>2007-03-30 13:30:58 +0000
commitfc4c75648dd9941cb3fcd6ada0f6c6d38556ca95 (patch)
tree13c901b62d4629a39094f2c06ac11129a18e1bcd /storage
parentc4c35618c72163e6ec9a1747ddd7da6489da19a8 (diff)
parent0e80b23273ceea7dffa6aeaf188381fa53243230 (diff)
downloadmariadb-git-fc4c75648dd9941cb3fcd6ada0f6c6d38556ca95.tar.gz
Merge lzhou@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb-bj
into dev3-63.(none):/home/zhl/mysql/mysql-5.1/bug23354 storage/ndb/src/mgmclient/CommandInterpreter.cpp: Auto merged
Diffstat (limited to 'storage')
-rw-r--r--storage/ndb/src/mgmclient/CommandInterpreter.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/ndb/src/mgmclient/CommandInterpreter.cpp b/storage/ndb/src/mgmclient/CommandInterpreter.cpp
index c3dd5c340ce..cb45c50f79a 100644
--- a/storage/ndb/src/mgmclient/CommandInterpreter.cpp
+++ b/storage/ndb/src/mgmclient/CommandInterpreter.cpp
@@ -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);