MCPcopy Create free account
hub / github.com/Tencent/phxsql / get_binlog_cache_log

Method get_binlog_cache_log

phx_percona/percona/sql/binlog.cc:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740 }
741
742 IO_CACHE* get_binlog_cache_log(bool is_transactional)
743 {
744 return (is_transactional ? &trx_cache.cache_log : &stmt_cache.cache_log);
745 }
746
747 /**
748 Convenience method to check if both caches are empty.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected