MySQL 5.6.14 Source Code Document
|
#include <Dbdict.hpp>
Public Types | |
enum | NodeState { API_NODE = 0, NDB_NODE_ALIVE = 1, NDB_NODE_DEAD = 2, NDB_MASTER_TAKEOVER = 3 } |
enum | RecoveryState { RS_NORMAL = 0, RS_PARTIAL_ROLLBACK = 1, RS_PARTIAL_ROLLFORWARD = 2 } |
Public Attributes | |
bool | hotSpare |
NodeState | nodeState |
RecoveryState | recoveryState |
NodeFailRep | nodeFailRep |
NdbNodeBitmask | m_nodes |
SafeCounterHandle | m_counter |
DictTakeoverConf | takeOverConf |
Uint32 | start_op |
Uint32 | start_op_state |
This record stores all the information about a node and all its attributes
Definition at line 535 of file Dbdict.hpp.