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

Public Attributes

ulint rows_used
ulint rows_allocd
ulint row_size
i_s_mem_chunk_t chunks [MEM_CHUNKS_IN_TABLE_CACHE]

Detailed Description

This represents one table's cache.

Definition at line 142 of file trx0i_s.cc.

Member Data Documentation

i_s_mem_chunk_t i_s_table_cache_t::chunks[MEM_CHUNKS_IN_TABLE_CACHE]

array of memory chunks that stores the rows

Definition at line 146 of file trx0i_s.cc.

ulint i_s_table_cache_t::row_size

size of a single row

Definition at line 145 of file trx0i_s.cc.

ulint i_s_table_cache_t::rows_allocd

number of allocated rows

Definition at line 144 of file trx0i_s.cc.

ulint i_s_table_cache_t::rows_used

number of used rows

Definition at line 143 of file trx0i_s.cc.


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