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

Public Types | |
| enum | { BF_OPEN = 0x1, BF_OPENING = 0x2, BF_CLOSING = 0x4, BF_FILE_THREAD = 0x8, BF_SCAN_THREAD = 0x10, BF_LCP_META = 0x20 } |
Public Member Functions | |
| BackupFile (Backup &backup, ArrayPool< Page32 > &pp) | |
Public Attributes | |
| Uint32 | backupPtr |
| Uint32 | tableId |
| Uint32 | fragmentNo |
| Uint32 | filePointer |
| Uint32 | m_retry_count |
| Uint32 | errorCode |
| BackupFormat::FileType | fileType |
| OperationRecord | operation |
| Array< Page32 > | pages |
| Uint32 | nextList |
| union { | |
| Uint32 prevList | |
| Uint32 nextPool | |
| }; | |
| Uint32 | m_flags |
| Uint32 | m_pos |
BackupFile - At least 3 per backup
Definition at line 318 of file Backup.hpp.