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

#include <Backup.hpp>

Collaboration diagram for Backup::BackupRecord:

Classes

struct  MasterData
struct  SlaveData

Public Member Functions

 BackupRecord (Backup &b, ArrayPool< Table > &tp, ArrayPool< BackupFile > &bp, ArrayPool< TriggerRecord > &trp)
void setErrorCode (Uint32 errCode)
bool checkError () const
bool is_lcp () const
BlockNumber number () const
EmulatedJamBufferjamBuffer () const
void progError (int line, int cause, const char *extra)

Public Attributes

Uint64 m_next_report
Uint32 m_gsn
CompoundState slaveState
Uint32 clientRef
Uint32 clientData
Uint32 flags
Uint32 signalNo
Uint32 backupId
Uint32 backupKey [2]
Uint32 masterRef
Uint32 errorCode
NdbNodeBitmask nodes
Uint64 noOfBytes
Uint64 noOfRecords
Uint64 noOfLogBytes
Uint64 noOfLogRecords
Uint32 startGCP
Uint32 currGCP
Uint32 stopGCP
DLCFifoList< Tabletables
SLList< TriggerRecordtriggers
SLList< BackupFilefiles
Uint32 ctlFilePtr
Uint32 logFilePtr
Uint32 dataFilePtr
Uint32 backupDataLen
SimpleProperties props
struct
Backup::BackupRecord::SlaveData 
slaveData
struct
Backup::BackupRecord::MasterData 
masterData
Uint32 nextList
union {
   Uint32   prevList
   Uint32   nextPool
}; 
Backupbackup

Detailed Description

Backup record

One record per backup

Definition at line 410 of file Backup.hpp.


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