Home
last modified time | relevance | path

Searched refs:commitEnd (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_executor.cpp607 IKvDBCommit *commitEnd = commitStorage_->GetCommit(end, errCode); in GetDiffEntries() local
608 if (commitEnd == nullptr) { in GetDiffEntries()
612 Version verEnd = commitEnd->GetCommitVersion(); in GetDiffEntries()
613 commitStorage_->ReleaseCommit(commitEnd); in GetDiffEntries()
614 commitEnd = nullptr; in GetDiffEntries()