MySQL 8.0.40
Source Code Documentation
|
This represents one table's cache. More...
Public Attributes | |
ulint | rows_used |
number of used rows More... | |
ulint | rows_allocd |
number of allocated rows More... | |
ulint | row_size |
size of a single row More... | |
i_s_mem_chunk_t | chunks [MEM_CHUNKS_IN_TABLE_CACHE] |
array of memory chunks that stores the rows More... | |
This represents one table's cache.
i_s_mem_chunk_t i_s_table_cache_t::chunks[MEM_CHUNKS_IN_TABLE_CACHE] |
array of memory chunks that stores the rows
ulint i_s_table_cache_t::row_size |
size of a single row
ulint i_s_table_cache_t::rows_allocd |
number of allocated rows
ulint i_s_table_cache_t::rows_used |
number of used rows