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

Method ~EventManager

phxbinlogsvr/core/handler/event_manager.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42EventManager::~EventManager() {
43 delete event_monitor_;
44}
45
46int EventManager::GetLastGtid(const vector<string> &gtid_list, string *gtid) {
47 return event_storage_->GetLastGtid(gtid_list, gtid);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected