MCPcopy Create free account
hub / github.com/Tencent/phxsql / ~binlog_cache_data

Method ~binlog_cache_data

phx_percona/percona/sql/binlog.cc:334–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 int write_event(THD *thd, Log_event *event);
333
334 virtual ~binlog_cache_data()
335 {
336 DBUG_ASSERT(is_binlog_empty());
337 close_cached_file(&cache_log);
338 }
339
340 bool is_binlog_empty() const
341 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected