MySQL 5.6.14 Source Code Document
|
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< Fragment > | fragments |
Uint32 | nextList |
union { | |
Uint32 nextPool | |
Uint32 prevList | |
}; |
Definition at line 206 of file Backup.hpp.
Uint32 Backup::Table::attrInfo[1+MAXNROFATTRIBUTESINWORDS+3] |
AttributeHeader::READ_PACKED + full mask + ( DISKREF ROWID ROWGCI )
Definition at line 223 of file Backup.hpp.