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

Function binlog_enabled

phx_percona/percona/sql/binlog.cc:873–876  ·  view source on GitHub ↗

Check whether binlog_hton has valid slot and enabled */

Source from the content-addressed store, hash-verified

871 Check whether binlog_hton has valid slot and enabled
872*/
873bool binlog_enabled()
874{
875 return(binlog_hton && binlog_hton->slot != HA_SLOT_UNDEF);
876}
877
878 /*
879 Save position of binary log transaction cache.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected