MySQL 26.7.0
Source Code Documentation
fil_space_t::fsp_cache Struct Reference

Structure to hold cached data for the FSP subsystem. More...

Public Attributes

page_no_t m_size_in_header {}
 FSP_SIZE in the tablespace header;. More...
 
uint32_t m_free_len {}
 Length of the FSP_FREE list. More...
 
page_no_t m_free_limit {}
 Contents of FSP_FREE_LIMIT. More...
 
bool m_cache_valid {}
 

Detailed Description

Structure to hold cached data for the FSP subsystem.

Member Data Documentation

◆ m_cache_valid

bool fil_space_t::fsp_cache::m_cache_valid {}

◆ m_free_len

uint32_t fil_space_t::fsp_cache::m_free_len {}

Length of the FSP_FREE list.

◆ m_free_limit

page_no_t fil_space_t::fsp_cache::m_free_limit {}

Contents of FSP_FREE_LIMIT.

◆ m_size_in_header

page_no_t fil_space_t::fsp_cache::m_size_in_header {}

FSP_SIZE in the tablespace header;.


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