MySQL 8.0.37
Source Code Documentation
i_s_table_cache_t Struct Reference

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...
 

Detailed Description

This represents one table's cache.

Member Data Documentation

◆ chunks

i_s_mem_chunk_t i_s_table_cache_t::chunks[MEM_CHUNKS_IN_TABLE_CACHE]

array of memory chunks that stores the rows

◆ row_size

ulint i_s_table_cache_t::row_size

size of a single row

◆ rows_allocd

ulint i_s_table_cache_t::rows_allocd

number of allocated rows

◆ rows_used

ulint i_s_table_cache_t::rows_used

number of used rows


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