| 4428 | |
| 4429 | |
| 4430 | static 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 */ |
| 4439 | static Sys_var_ulong Sys_table_cache_size( |
nothing calls this directly
no test coverage detected