MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Dbtc::TcIndexData Struct Reference
Collaboration diagram for Dbtc::TcIndexData:

Public Attributes

IndexState indexState
Uint32 indexId
IndexAttributeList attributeList
Uint32 primaryTableId
Uint32 primaryKeyPos
union {
   Uint32   nextPool
   Uint32   nextList
}; 
Uint32 prevList

Detailed Description

Definition at line 523 of file Dbtc.hpp.

Member Data Documentation

union { ... }

Next ptr (used in pool/list)

IndexAttributeList Dbtc::TcIndexData::attributeList

Index attribute list. Only the length is used in v21x.

Definition at line 539 of file Dbtc.hpp.

Uint32 Dbtc::TcIndexData::indexId

Index id, same as index table id in DICT

Definition at line 534 of file Dbtc.hpp.

IndexState Dbtc::TcIndexData::indexState

IndexState

Definition at line 529 of file Dbtc.hpp.

Uint32 Dbtc::TcIndexData::prevList

Prev pointer (used in list)

Definition at line 561 of file Dbtc.hpp.

Uint32 Dbtc::TcIndexData::primaryKeyPos

Primary key position in secondary table

Definition at line 549 of file Dbtc.hpp.

Uint32 Dbtc::TcIndexData::primaryTableId

Primary table id, the primary table to be indexed

Definition at line 544 of file Dbtc.hpp.


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