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:
@ -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);
|
||||
|
Reference in New Issue
Block a user