|
MySQL 5.6.14 Source Code Document
|
#include <NodeFailRep.hpp>
Public Member Functions | |
| STATIC_CONST (SignalLength=3+NdbNodeBitmask::Size) | |
| STATIC_CONST (SignalLengthLong=3+NodeBitmask::Size) | |
Public Attributes | |
| Uint32 | failNo |
| Uint32 | masterNodeId |
| Uint32 | noOfNodes |
| Uint32 | theNodes [NdbNodeBitmask::Size] |
This signals is sent by Qmgr to NdbCntr and then from NdbCntr sent to: dih, dict, lqh, tc, API and others
Definition at line 29 of file NodeFailRep.hpp.
| Uint32 NodeFailRep::masterNodeId |
Note: This field is only set when signals is sent FROM Ndbcntr (not when signal is sent from Qmgr)
Definition at line 38 of file NodeFailRep.hpp.