MySQL 5.6.14 Source Code Document
|
Public Attributes | |
ulint | rows_used |
ulint | rows_allocd |
ulint | row_size |
i_s_mem_chunk_t | chunks [MEM_CHUNKS_IN_TABLE_CACHE] |
This represents one table's cache.
Definition at line 142 of file trx0i_s.cc.
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.