Description. This function stops one or more data nodes.
Signature.
int ndb_mgm_stop ( NdbMgmHandlehandle
, intnumber
, const int*list
)
Parameters. ndb_mgm_stop() takes 3 parameters:
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.
Calling this function is equivalent to calling
ndb_mgm_stop2(
. See
Section 3.2.6.3, “handle
,
number
,
list
, 0)ndb_mgm_stop2()
”.
Return value.
The number of nodes actually stopped; in the event of
failure, -1
is returned.