MySQL 8.3.0
Source Code Documentation
PFS_sizing_hints Struct Reference

Sizing hints, from the server configuration. More...

#include <pfs_server.h>

Public Attributes

ulong m_table_definition_cache
 Value of Sys_table_def_size. More...
 
ulong m_table_open_cache
 Value of Sys_table_cache_size. More...
 
ulong m_max_connections
 Value of Sys_max_connections. More...
 
long m_open_files_limit
 Value of Sys_open_files_limit. More...
 
long m_max_prepared_stmt_count
 Value of Sys_max_prepared_stmt_count. More...
 

Detailed Description

Sizing hints, from the server configuration.

Member Data Documentation

◆ m_max_connections

ulong PFS_sizing_hints::m_max_connections

Value of Sys_max_connections.

◆ m_max_prepared_stmt_count

long PFS_sizing_hints::m_max_prepared_stmt_count

Value of Sys_max_prepared_stmt_count.

◆ m_open_files_limit

long PFS_sizing_hints::m_open_files_limit

Value of Sys_open_files_limit.

◆ m_table_definition_cache

ulong PFS_sizing_hints::m_table_definition_cache

Value of Sys_table_def_size.

◆ m_table_open_cache

ulong PFS_sizing_hints::m_table_open_cache

Value of Sys_table_cache_size.


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