MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dbdict::NodeRecord Struct Reference

#include <Dbdict.hpp>

Collaboration diagram for Dbdict::NodeRecord:

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

Detailed Description

This record stores all the information about a node and all its attributes

Definition at line 535 of file Dbdict.hpp.


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