Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_txn.cc201 wpt_db_->RemovePrepared(prepare_seq, prepare_batch_cnt_); in CommitInternal()
206 wpt_db_->RemovePrepared(commit_batch_seq, commit_batch_cnt); in CommitInternal()
234 wpt_db_->RemovePrepared(prepare_seq, prepare_batch_cnt_); in CommitInternal()
236 wpt_db_->RemovePrepared(commit_batch_seq, commit_batch_cnt); in CommitInternal()
393 wpt_db_->RemovePrepared(GetId(), prepare_batch_cnt_); in RollbackInternal()
418 wpt_db_->RemovePrepared(GetId(), prepare_batch_cnt_); in RollbackInternal()
422 wpt_db_->RemovePrepared(rollback_seq, ONE_BATCH); in RollbackInternal()
Dwrite_unprepared_txn.cc594 wpt_db_->RemovePrepared(seq.first, seq.second); in CommitInternal()
598 wpt_db_->RemovePrepared(commit_batch_seq, commit_batch_cnt); in CommitInternal()
633 wpt_db_->RemovePrepared(seq.first, seq.second); in CommitInternal()
750 wpt_db_->RemovePrepared(seq.first, seq.second); in RollbackInternal()
781 wpt_db_->RemovePrepared(seq.first, seq.second); in RollbackInternal()
Dwrite_prepared_txn_db.h334 void RemovePrepared(const uint64_t seq, const size_t batch_cnt = 1);
967 db_->RemovePrepared(prep_seq_, prep_batch_cnt_); in Callback()
970 db_->RemovePrepared(aux_seq_, aux_batch_cnt_); in Callback()
Dwrite_prepared_transaction_test.cc1024 wp_db->RemovePrepared(prep_seq); in TEST_P()
1027 wp_db->RemovePrepared(prep_seq2); in TEST_P()
1039 wp_db->RemovePrepared(prep_seq); in TEST_P()
1046 wp_db->RemovePrepared(prep_seq); in TEST_P()
2126 wp_db->RemovePrepared(cur_txn); in TEST_P()
2176 wp_db->RemovePrepared(cur_txn); in TEST_P()
2180 wp_db->RemovePrepared(p); in TEST_P()
Dwrite_prepared_txn_db.cc548 void WritePreparedTxnDB::RemovePrepared(const uint64_t prepare_seq, in RemovePrepared() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB