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

Public Types

enum  FileStatus { CLOSED = 0, CRASHED = 1, OPEN = 2 }
enum  FileType { TABLE_FILE = 0, GCP_FILE = 1 }
enum  ReqStatus {
  IDLE = 0, CREATING_GCP = 1, OPENING_GCP = 2, OPENING_COPY_GCI = 3,
  WRITING_COPY_GCI = 4, CREATING_COPY_GCI = 5, OPENING_TABLE = 6, READING_GCP = 7,
  READING_TABLE = 8, WRITE_INIT_GCP = 9, TABLE_CREATE = 10, TABLE_WRITE = 11,
  TABLE_CLOSE = 12, CLOSING_GCP = 13, CLOSING_TABLE_CRASH = 14, CLOSING_TABLE_SR = 15,
  CLOSING_GCP_CRASH = 16, TABLE_OPEN_FOR_DELETE = 17, TABLE_CLOSE_DELETE = 18
}

Public Attributes

Uint32 fileName [4]
Uint32 fileRef
FileStatus fileStatus
FileType fileType
Uint32 nextFile
ReqStatus reqStatus
Uint32 tabRef

Detailed Description

Definition at line 198 of file Dbdih.hpp.


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