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

#include <NFCompleteRep.hpp>

Public Member Functions

 STATIC_CONST (SignalLength=5)

Public Attributes

Uint32 blockNo
Uint32 nodeId
Uint32 failedNodeId
Uint32 unused
Uint32 from

Friends

bool printNF_COMPLETE_REP (FILE *, const Uint32 *, Uint32, Uint16)

Detailed Description

NFCompleteRep - Node Fail Complete Report

This signal is sent by a block(or a node) when it has finished cleaning up after a node failure.

It's also sent from Qmgr to the clusterMgr in API to tell the API that it can now abort all transactions still waiting for response from the failed NDB node

Definition at line 35 of file NFCompleteRep.hpp.

Member Data Documentation

Uint32 NFCompleteRep::blockNo

Which block has completed...

NOTE: 0 means the node has completed

Definition at line 46 of file NFCompleteRep.hpp.

Uint32 NFCompleteRep::failedNodeId

Which node has failed

Definition at line 56 of file NFCompleteRep.hpp.

Uint32 NFCompleteRep::nodeId

Which node has completed...

Definition at line 51 of file NFCompleteRep.hpp.

Uint32 NFCompleteRep::unused

Is this the original message or a delayed variant.

Definition at line 61 of file NFCompleteRep.hpp.


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