Description. This type describes a Cluster node's status.
Enumeration values. Possible values are shown, along with descriptions, in the following table:
| Value | Description |
|---|---|
NDB_MGM_NODE_STATUS_UNKNOWN |
The node's status is not known |
NDB_MGM_NODE_STATUS_NO_CONTACT |
The node cannot be contacted |
NDB_MGM_NODE_STATUS_NOT_STARTED |
The node has not yet executed the startup protocol |
NDB_MGM_NODE_STATUS_STARTING |
The node is executing the startup protocol |
NDB_MGM_NODE_STATUS_STARTED |
The node is running |
NDB_MGM_NODE_STATUS_SHUTTING_DOWN |
The node is shutting down |
NDB_MGM_NODE_STATUS_RESTARTING |
The node is restarting |
NDB_MGM_NODE_STATUS_SINGLEUSER |
The node is running in single-user (maintenance) mode |
NDB_MGM_NODE_STATUS_RESUME |
The node is in resume mode |
NDB_MGM_NODE_STATUS_CONNECTED |
The node is connected |
NDB_MGM_NODE_STATUS_RESUME and
NDB_MGM_NODE_STATUS_CONNECTED were not
implemented prior to MySQL Cluster NDB 7.0.26 and MySQL
Cluster NDB 7.1.15.
