Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dtransaction_test.cc101 delete txn0; in TEST_P()
108 delete txn0; in TEST_P()
114 delete txn0; in TEST_P()
5690 delete txn0; in TEST_P()
5859 delete txn0; in TEST_P()
5895 delete txn0; in TEST_P()
5903 delete txn0; in TEST_P()
5916 delete txn0; in TEST_P()
5927 delete txn0; in TEST_P()
5954 delete txn0; in TEST_P()
[all …]
Dwrite_prepared_transaction_test.cc1324 ASSERT_OK(txn0->Commit()); in TEST_P()
1326 delete txn0; in TEST_P()
1537 txn0->Rollback(); in TEST_P()
1539 delete txn0; in TEST_P()
1569 delete txn0; in TEST_P()
1581 delete txn0; in TEST_P()
1809 s = txn0->Prepare(); in TEST_P()
1833 delete txn0; in TEST_P()
1902 ASSERT_NE(txn0, nullptr); in TEST_P()
1903 txn0->Commit(); in TEST_P()
[all …]
Dwrite_prepared_txn_db.cc728 Transaction* txn0 = BeginTransaction(woptions, txn_options, nullptr); in AdvanceSeqByOne() local
733 Status s = txn0->SetName(name); in AdvanceSeqByOne()
737 s = txn0->Prepare(); in AdvanceSeqByOne()
741 s = txn0->Commit(); in AdvanceSeqByOne()
744 delete txn0; in AdvanceSeqByOne()