MCPcopy Create free account
hub / github.com/MariaDB/server / fix_table_open_cache

Function fix_table_open_cache

sql/sys_vars.cc:4430–4436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4428
4429
4430static bool fix_table_open_cache(sys_var *, THD *, enum_var_type)
4431{
4432 mysql_mutex_unlock(&LOCK_global_system_variables);
4433 tc_purge();
4434 mysql_mutex_lock(&LOCK_global_system_variables);
4435 return false;
4436}
4437
4438/* Check the table_definition_cache comment if makes changes */
4439static Sys_var_ulong Sys_table_cache_size(

Callers

nothing calls this directly

Calls 1

tc_purgeFunction · 0.85

Tested by

no test coverage detected