Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn.cc460 const bool kForWWConflictCheck = true; in SetSnapshot() local
461 SnapshotImpl* snapshot = wpt_db_->GetSnapshotInternal(kForWWConflictCheck); in SetSnapshot()
Dwrite_prepared_txn_db.cc662 const bool kForWWConflictCheck = true; in GetSnapshot() local
663 return GetSnapshotInternal(!kForWWConflictCheck); in GetSnapshot()