Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dtransaction_test_util.cc132 bool is_optimistic) { in DoInsert() argument
156 if (is_optimistic || !(s.IsBusy() || s.IsTimedOut() || s.IsTryAgain())) { in DoInsert()
196 bool with_prepare = !is_optimistic && !rand_->OneIn(10); in DoInsert()
227 assert(is_optimistic || s.ok()); in DoInsert()
230 if (is_optimistic) { in DoInsert()
Dtransaction_test_util.h127 bool DoInsert(DB* db, Transaction* txn, bool is_optimistic);