Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc160 const bool EXCLUSIVE = true; in TEST_P() local
172 s = txn->GetForUpdate(read_options, "foo", &value, EXCLUSIVE); in TEST_P()
177 txn->GetForUpdate(read_options, "foo", &value, EXCLUSIVE, !DO_VALIDATE)); in TEST_P()