Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn_db.cc493 SequenceNumber max_evicted_seq; in AddCommitted() local
497 max_evicted_seq = in AddCommitted()
501 max_evicted_seq = evicted.commit_seq; in AddCommitted()
507 prev_max, max_evicted_seq); in AddCommitted()
508 AdvanceMaxEvictedSeq(prev_max, max_evicted_seq); in AddCommitted()