1
0
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:
Konstantin Osipov
2010-06-10 15:43:32 +04:00
parent 47b9f64c53
commit 90a87cd52d
12 changed files with 16 additions and 23 deletions

View File

@ -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;
}