|
MySQL 5.6.14 Source Code Document
|

Public Member Functions | |
| MasterData (Backup &b) | |
Public Attributes | |
| MutexHandle2< BACKUP_DEFINE_MUTEX > | m_defineBackupMutex |
|
MutexHandle2 < DICT_COMMIT_TABLE_MUTEX > | m_dictCommitTableMutex |
| Uint32 | gsn |
| SignalCounter | sendCounter |
| Uint32 | errorCode |
| union { | |
| struct { | |
| Uint32 retriesLeft | |
| } sequence | |
| struct { | |
| Uint32 startBackup | |
| } waitGCP | |
| struct { | |
| Uint32 signalNo | |
| Uint32 noOfSignals | |
| Uint32 tablePtr | |
| } startBackup | |
| struct { | |
| Uint32 dummy | |
| } stopBackup | |
| }; | |
Definition at line 475 of file Backup.hpp.