1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-7324 - Lock-free hash for table definition cache

This commit is contained in:
Sergey Vojtovich
2014-12-28 19:42:17 +04:00
parent 8883c54ac0
commit 6dbc48ca79
22 changed files with 911 additions and 773 deletions

View File

@ -3769,6 +3769,8 @@ public:
(rgi_slave && rgi_have_temporary_tables()));
}
LF_PINS *tdc_hash_pins;
inline ulong wsrep_binlog_format() const
{
return WSREP_FORMAT(variables.binlog_format);