Searched refs:read_options2 (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | optimistic_transaction_test.cc | 776 ReadOptions read_options1, read_options2; in TEST_P() local 787 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 817 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 827 s = txn2->GetForUpdate(read_options2, "4", &value); in TEST_P() 840 ReadOptions read_options, read_options1, read_options2; in TEST_P() local 868 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 886 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 903 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
|
| D | transaction_test.cc | 3044 ReadOptions read_options1, read_options2; in TEST_P() local 3055 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 3084 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 3095 s = txn2->GetForUpdate(read_options2, "4", &value); in TEST_P() 3106 ReadOptions read_options, read_options1, read_options2; in TEST_P() local 3141 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 3165 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P() 3189 read_options2.snapshot = txn2->GetSnapshot(); in TEST_P()
|