Home
last modified time | relevance | path

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

/rocksdb-6.9/test_util/
Dtransaction_test_util.cc196 bool with_prepare = !is_optimistic && !rand_->OneIn(10); in DoInsert() local
197 if (with_prepare) { in DoInsert()
215 assert(!with_prepare || s.ok()); in DoInsert()