ndb_mgm_node_state Struct Reference
[MGM_C_API]

#include <mgmapi.h>

List of all members.

Public Attributes

int node_id
enum ndb_mgm_node_type node_type
enum ndb_mgm_node_status node_status
int start_phase
int dynamic_id
int node_group
int version
int connect_count
char connect_address []
int mysql_version


Detailed Description

Status of a node in the cluster.

Sub-structure in enum ndb_mgm_cluster_state returned by ndb_mgm_get_status().

Note:
node_status, start_phase, dynamic_id and node_group are relevant only for database nodes, i.e. node_type == NDB_MGM_NODE_TYPE_NDB.

Member Data Documentation

NDB Cluster node ID


The documentation for this struct was generated from the following file:

MySQL Cluster Database Blog

Based on MySQL Cluster 7.0.7.

This page is for information only and is not maintained by MySQL or Sun Microsystems - use at your own risk. For an upto date view of the API refer to the header files included with your MySQL Cluster distribution or check the MySQL Cluster API Developer Guide.