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

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
}

Detailed Description

Definition at line 26 of file BackupFormat.hpp.

Member Enumeration Documentation

File types

Definition at line 73 of file BackupFormat.hpp.

Section types in file

Definition at line 31 of file BackupFormat.hpp.


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