Searched refs:RemovePrepared (Results 1 – 5 of 5) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn.cc | 201 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()
|
| D | write_unprepared_txn.cc | 594 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()
|
| D | write_prepared_txn_db.h | 334 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()
|
| D | write_prepared_transaction_test.cc | 1024 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()
|
| D | write_prepared_txn_db.cc | 548 void WritePreparedTxnDB::RemovePrepared(const uint64_t prepare_seq, in RemovePrepared() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
|