|
MySQL 5.6.14 Source Code Document
|
#include <Backup.hpp>

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 |
| EmulatedJamBuffer * | jamBuffer () 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< Table > | tables |
| SLList< TriggerRecord > | triggers |
| SLList< BackupFile > | files |
| 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 | |
| }; | |
| Backup & | backup |