MySQL 5.6.14 Source Code Document
|
Classes | |
struct | CtlFile |
struct | DataFile |
struct | FileHeader |
struct | FileHeader_pre_backup_version |
struct | LcpFile |
struct | LogFile |
Public Types | |
enum | SectionType { FILE_HEADER = 1, FRAGMENT_HEADER = 2, FRAGMENT_FOOTER = 3, TABLE_LIST = 4, TABLE_DESCRIPTION = 5, GCP_ENTRY = 6, FRAGMENT_INFO = 7, EMPTY_ENTRY = 8 } |
enum | FileType { CTL_FILE = 1, LOG_FILE = 2, DATA_FILE = 3, LCP_FILE = 4, UNDO_FILE = 5 } |
Definition at line 26 of file BackupFormat.hpp.
File types
Definition at line 73 of file BackupFormat.hpp.
Section types in file
Definition at line 31 of file BackupFormat.hpp.