MySQL 9.0.0
Source Code Documentation
buf_page_desc_t Struct Reference

structure associates a name string with a file page type and/or buffer page state. More...

Public Attributes

const char * type_str
 String explain the page type/state. More...
 
size_t type_value
 Page type or page state. More...
 

Detailed Description

structure associates a name string with a file page type and/or buffer page state.

Member Data Documentation

◆ type_str

const char* buf_page_desc_t::type_str

String explain the page type/state.

◆ type_value

size_t buf_page_desc_t::type_value

Page type or page state.


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