Searched refs:MaybeUpdateOldCommitMap (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/utilities/transactions/ |
| D | write_prepared_txn_db.cc | 898 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots() 926 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots() 932 if (!MaybeUpdateOldCommitMap(evicted.prep_seq, evicted.commit_seq, in CheckAgainstSnapshots() 940 bool WritePreparedTxnDB::MaybeUpdateOldCommitMap( in MaybeUpdateOldCommitMap() function in ROCKSDB_NAMESPACE::WritePreparedTxnDB
|
| D | write_prepared_txn_db.h | 707 bool MaybeUpdateOldCommitMap(const uint64_t& prep_seq,
|
| D | write_prepared_transaction_test.cc | 384 bool check_next = wp_db->MaybeUpdateOldCommitMap(prepare, commit, snapshot, in MaybeUpdateOldCommitMapTestWithNext() 395 wp_db->MaybeUpdateOldCommitMap(prepare, commit, next_snapshot, in MaybeUpdateOldCommitMapTestWithNext() 755 TEST_P(WritePreparedTransactionTest, MaybeUpdateOldCommitMap) { in TEST_P() argument
|