mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-11153 - Introduce status variables for table cache monitoring and tuning
Status variables added: Table_open_cache_hits, Table_open_cache_misses, Table_open_cache_overflows, Table_open_cache_active_instances.
This commit is contained in:
@ -71,6 +71,7 @@ enum enum_tdc_remove_table_type
|
||||
extern ulong tdc_size;
|
||||
extern ulong tc_size;
|
||||
extern uint32 tc_instances;
|
||||
extern uint32 tc_active_instances;
|
||||
|
||||
extern bool tdc_init(void);
|
||||
extern void tdc_start_shutdown(void);
|
||||
|
Reference in New Issue
Block a user