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

Method ReplicationBase

phxbinlogsvr/core/repl/replication_base.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace phxbinlog {
16
17ReplicationBase::ReplicationBase(ReplicationCtx *ctx) {
18 ctx_ = ctx;
19}
20
21ReplicationBase::~ReplicationBase() {
22 ctx_ = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected