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

Method SendEvent

phxbinlogsvr/core/agent/agent.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90int PhxBinLogAgent::SendEvent(const string &oldgtid, const string &newgtid, const string &event_buffer) {
91 return data_manager_->SendEvent(oldgtid, newgtid, event_buffer);
92}
93
94int PhxBinLogAgent::GetLastSendGTID(const string &uuid, string *gtid) {
95 return data_manager_->GetLastSendGTID(uuid, gtid);

Callers 1

RealSendBinLogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected