mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
MDEV-7324 - Lock-free hash for table definition cache
This commit is contained in:
@ -1134,7 +1134,7 @@ void mysql_ha_flush(THD *thd)
|
||||
((hash_tables->table->mdl_ticket &&
|
||||
hash_tables->table->mdl_ticket->has_pending_conflicting_lock()) ||
|
||||
(!hash_tables->table->s->tmp_table &&
|
||||
hash_tables->table->s->tdc.flushed)))
|
||||
hash_tables->table->s->tdc->flushed)))
|
||||
mysql_ha_close_table(hash_tables);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user