mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
A pre-requisite for WL#5419 "LOCK_open scalability:
make tdc_refresh_version an atomic counter". Backport the trivial changes from mysql-trunk-iplus.
This commit is contained in:
@ -108,7 +108,7 @@ pthread_handler_t handle_manager(void *arg __attribute__((unused)))
|
||||
|
||||
if (error == ETIMEDOUT || error == ETIME)
|
||||
{
|
||||
flush_tables();
|
||||
tdc_flush_unused_tables();
|
||||
error = 0;
|
||||
reset_flush_time = TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user