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

Method GetLastGtid

phxbinlogsvr/core/handler/event_manager.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46int EventManager::GetLastGtid(const vector<string> &gtid_list, string *gtid) {
47 return event_storage_->GetLastGtid(gtid_list, gtid);
48}
49
50int EventManager::SignUpGTID(const vector<string> &gtid_list) {
51 string gtid = "";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected