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

#include <Dblqh.hpp>

Collaboration diagram for Dblqh::LcpRecord:

Classes

struct  FragOrd

Public Types

enum  LcpState {
  LCP_IDLE = 0, LCP_COMPLETED = 2, LCP_WAIT_FRAGID = 3, LCP_WAIT_TUP_PREPLCP = 4,
  LCP_WAIT_HOLDOPS = 5, LCP_START_CHKP = 7, LCP_BLOCKED_COMP = 8, LCP_SR_WAIT_FRAGID = 9,
  LCP_SR_STARTED = 10, LCP_SR_COMPLETED = 11
}

Public Attributes

LcpState lcpState
bool firstFragmentFlag
bool lastFragmentFlag
FragOrd currentFragment
bool lcpQueued
FragOrd queuedFragment
bool reportEmpty
NdbNodeBitmask m_EMPTY_LCP_REQ
Uint32 m_error
Uint32 m_outstanding

Detailed Description

This record contains the information about a local checkpoint that is ongoing. This record is also used as a system restart record.

Definition at line 991 of file Dblqh.hpp.


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