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

Method ReplicationTransfer

phxbinlogsvr/core/repl/replication_transfer.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace phxbinlog {
38
39ReplicationTransfer::ReplicationTransfer(ReplicationCtx *ctx)
40 : ReplicationBase(ctx) {
41 event_manager_ = EventManager::GetGlobalEventManager(ctx->GetOption());
42 checksum_ = 0;
43}
44
45ReplicationTransfer::~ReplicationTransfer() {
46 Close();

Callers

nothing calls this directly

Calls 1

GetOptionMethod · 0.45

Tested by

no test coverage detected