Description. This function stops one or more data nodes.
Signature.
int ndb_mgm_stop
(
NdbMgmHandle handle,
int number,
const int* list
)
Parameters.
ndb_mgm_stop() takes 3 parameters:
Calling this function is equivalent to calling
ndb_mgm_stop2(.
handle,
number,
list, 0)
An NdbMgmHandle.
The number of nodes to be
stopped. Use 0 to stop all of the data
nodes in the cluster.
A list of the node IDs of the
nodes to be stopped.
Return value.
The number of nodes actually stopped; in the event of
failure, -1 is returned.
