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

Public Member Functions

 Table (ArrayPool< Fragment > &)

Public Attributes

Uint64 noOfRecords
Uint32 tableId
Uint32 schemaVersion
Uint32 tableType
Uint32 m_scan_cookie
Uint32 triggerIds [3]
bool triggerAllocated [3]
Uint32 maxRecordSize
Uint32 attrInfoLen
Uint32 noOfAttributes
Uint32 attrInfo [1+MAXNROFATTRIBUTESINWORDS+3]
Array< Fragmentfragments
Uint32 nextList
union {
   Uint32   nextPool
   Uint32   prevList
}; 

Detailed Description

Definition at line 206 of file Backup.hpp.

Member Data Documentation

Uint32 Backup::Table::attrInfo[1+MAXNROFATTRIBUTESINWORDS+3]

AttributeHeader::READ_PACKED + full mask + ( DISKREF ROWID ROWGCI )

Definition at line 223 of file Backup.hpp.


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