Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dwrite_batch_internal.h220 committed_(false) in LocalSavePoint()
226 ~LocalSavePoint() { assert(committed_); } in ~LocalSavePoint()
230 committed_ = true; in commit()
246 bool committed_; variable