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

Public Types

enum  TableStatus {
  TABLE_DEFINED = 0, NOT_DEFINED = 1, ADD_TABLE_ONGOING = 2, PREP_DROP_TABLE_DONE = 3,
  DROP_TABLE_WAIT_USAGE = 4, DROP_TABLE_WAIT_DONE = 5, DROP_TABLE_ACC = 6, DROP_TABLE_TUP = 7,
  DROP_TABLE_TUX = 8, TABLE_READ_ONLY = 9
}

Public Attributes

UintR fragrec [MAX_FRAG_PER_NODE]
Uint16 fragid [MAX_FRAG_PER_NODE]
TableStatus tableStatus
Uint16 tableType
Uint16 primaryTableId
Uint32 schemaVersion
Uint8 m_disk_table
Uint32 usageCountR
Uint32 usageCountW

Detailed Description

Definition at line 1911 of file Dblqh.hpp.

Member Data Documentation

TableStatus Dblqh::Tablerec::tableStatus

Status of the table

Definition at line 1930 of file Dblqh.hpp.

Uint16 Dblqh::Tablerec::tableType

Table type and target table of index.

Definition at line 1934 of file Dblqh.hpp.


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