MySQL 9.1.0
Source Code Documentation
|
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... | |
Sizing hints, from the server configuration.
ulong PFS_sizing_hints::m_max_connections |
Value of Sys_max_connections
.
long PFS_sizing_hints::m_max_prepared_stmt_count |
Value of Sys_max_prepared_stmt_count
.
long PFS_sizing_hints::m_open_files_limit |
Value of Sys_open_files_limit
.
ulong PFS_sizing_hints::m_table_definition_cache |
Value of Sys_table_def_size
.
ulong PFS_sizing_hints::m_table_open_cache |
Value of Sys_table_cache_size
.