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

Method GetCurrentInstanceInterval

phxbinlogsvr/core/storage/checkpoint_manager.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209int CheckPointManager::GetCurrentInstanceInterval() {
210 return event_storage_->GetCurrentInstanceInterval();
211}
212
213int CheckPointManager::RealMakeCheckPoint(const vector<string> &gtidlist) {
214 uint32_t deltime = time(NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected