You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
rocksdb/utilities/transactions
Yanqin Jin d6052d381e Remove duplicate code (#8079) 4 years ago
..
lock Fix an assertion failure in range locking, locktree code. (#7938) 4 years ago
optimistic_transaction.cc Add further tests to ASSERT_STATUS_CHECKED (2) (#7698) 4 years ago
optimistic_transaction.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
optimistic_transaction_db_impl.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
optimistic_transaction_db_impl.h Allow range deletions in `*TransactionDB` only when safe (#7929) 4 years ago
optimistic_transaction_test.cc Revert "Turn on memtable bloom filter by default. (#6584)" (#7939) 4 years ago
pessimistic_transaction.cc Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 4 years ago
pessimistic_transaction.h Range Locking: Allow different LockManagers, add Range Lock definitions (#7443) 4 years ago
pessimistic_transaction_db.cc Remove duplicate code (#8079) 4 years ago
pessimistic_transaction_db.h Range Locking: Allow different LockManagers, add Range Lock definitions (#7443) 4 years ago
snapshot_checker.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
transaction_base.cc Use SystemClock* instead of std::shared_ptr<SystemClock> in lower level routines (#8033) 4 years ago
transaction_base.h Range Locking: Implementation of range locking (#7506) 4 years ago
transaction_db_mutex_impl.cc Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
transaction_db_mutex_impl.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
transaction_test.cc Fix txn `MultiGet()` return un-committed data with snapshot (#7963) 4 years ago
transaction_test.h Add further tests to ASSERT_STATUS_CHECKED (2) (#7698) 4 years ago
transaction_util.cc Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013) 4 years ago
transaction_util.h Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013) 4 years ago
write_prepared_transaction_test.cc Add further tests to ASSERT_STATUS_CHECKED (2) (#7698) 4 years ago
write_prepared_txn.cc Add further tests to ASSERT_STATUS_CHECKED (2) (#7698) 4 years ago
write_prepared_txn.h Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 5 years ago
write_prepared_txn_db.cc Allow range deletions in `*TransactionDB` only when safe (#7929) 4 years ago
write_prepared_txn_db.h Abstract out LockManager interface (#7532) 4 years ago
write_unprepared_transaction_test.cc Add further tests to ASSERT_STATUS_CHECKED (2) (#7698) 4 years ago
write_unprepared_txn.cc Invalidate iterator on transaction clear (#7733) 4 years ago
write_unprepared_txn.h Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013) 4 years ago
write_unprepared_txn_db.cc Add further tests to ASSERT_STATUS_CHECKED (2) (#7698) 4 years ago
write_unprepared_txn_db.h WriteUnPrepared: Pass in correct subbatch count during rollback (#6463) 5 years ago