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

Method GetKeyForUUID

phxbinlogsvr/core/storage/event_uuid_handler.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59string EventUUIDHandler::GetKeyForUUID() {
60 return "gtid_uuid";
61}
62
63string EventUUIDHandler::GetGTIDKeyForLastRead() {
64 return "gtid_last_read";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected