mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
tc_active_instances: my_atomic to std::atomic
This commit is contained in:
@@ -7831,7 +7831,7 @@ SHOW_VAR status_vars[]= {
|
||||
{"Subquery_cache_miss", (char*) &subquery_cache_miss, SHOW_LONG},
|
||||
{"Table_locks_immediate", (char*) &locks_immediate, SHOW_LONG},
|
||||
{"Table_locks_waited", (char*) &locks_waited, SHOW_LONG},
|
||||
{"Table_open_cache_active_instances", (char*) &tc_active_instances, SHOW_UINT},
|
||||
{"Table_open_cache_active_instances", (char*) &show_tc_active_instances, SHOW_SIMPLE_FUNC},
|
||||
{"Table_open_cache_hits", (char*) offsetof(STATUS_VAR, table_open_cache_hits), SHOW_LONGLONG_STATUS},
|
||||
{"Table_open_cache_misses", (char*) offsetof(STATUS_VAR, table_open_cache_misses), SHOW_LONGLONG_STATUS},
|
||||
{"Table_open_cache_overflows", (char*) offsetof(STATUS_VAR, table_open_cache_overflows), SHOW_LONGLONG_STATUS},
|
||||
|
Reference in New Issue
Block a user