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

Method UnLockCheckPoint

phxbinlogsvr/core/storage/storage_manager.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void StorageManager::UnLockCheckPoint() {
111 checkpoint_manager_->UnLockCheckPoint();
112}
113
114int StorageManager::GetFile(vector<string> *checkpointfiles) {
115 return checkpoint_manager_->GetFile(checkpointfiles);

Callers 1

UnLockCheckpointStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected