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

Method ~DataManager

phxbinlogsvr/core/agent/data_manager.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45DataManager::~DataManager() {
46 delete replica_manager_, replica_manager_ = NULL;
47}
48
49int DataManager::SendEvent(const string &oldgtid, const string &newgtid, const string &event_buffer) {
50 STATISTICS(MySqlBinlogSend());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected