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
Manuel Ung dc23c125c3 WriteUnPrepared: Untracked keys (#6404) 5 years ago
..
optimistic_transaction.cc refine code (#6420) 5 years ago
optimistic_transaction.h parallel occ (#6240) 5 years ago
optimistic_transaction_db_impl.cc parallel occ (#6240) 5 years ago
optimistic_transaction_db_impl.h parallel occ (#6240) 5 years ago
optimistic_transaction_test.cc parallel occ (#6240) 5 years ago
pessimistic_transaction.cc save a few redundant container lookups (#5875) 5 years ago
pessimistic_transaction.h Use delete to disable automatic generated methods. (#5009) 5 years ago
pessimistic_transaction_db.cc replace some reinterpret_cast with static_cast_with_check (#5740) 5 years ago
pessimistic_transaction_db.h Double Crash in kPointInTimeRecovery with TransactionDB (#6313) 5 years ago
snapshot_checker.cc WriteUnPrepared: less virtual in iterator callback (#5049) 6 years ago
transaction_base.cc Fix compilation under MSVC VS2015 (#6081) 5 years ago
transaction_base.h Fix compilation under MSVC VS2015 (#6081) 5 years ago
transaction_db_mutex_impl.cc Apply modernize-use-override (2nd iteration) 6 years ago
transaction_db_mutex_impl.h Change RocksDB License 7 years ago
transaction_lock_mgr.cc Misc hashing updates / upgrades (#5909) 5 years ago
transaction_lock_mgr.h Use delete to disable automatic generated methods. (#5009) 5 years ago
transaction_test.cc Should flush and sync WAL when writing it in DB::Open() (#6417) 5 years ago
transaction_test.h Double Crash in kPointInTimeRecovery with TransactionDB (#6313) 5 years ago
transaction_util.cc use c++17's try_emplace if available (#5696) 5 years ago
transaction_util.h Fix PopSavePoint to merge info into the previous savepoint (#5628) 5 years ago
write_prepared_transaction_test.cc Shorten certain test names to avoid infra failure (#6352) 5 years ago
write_prepared_txn.cc Fix compilation under MSVC VS2015 (#6081) 5 years ago
write_prepared_txn.h Fix compilation under MSVC VS2015 (#6081) 5 years ago
write_prepared_txn_db.cc Skip CancelAllBackgroundWork if DBImpl is already closed (#6268) 5 years ago
write_prepared_txn_db.h Shorten certain test names to avoid infra failure (#6352) 5 years ago
write_unprepared_transaction_test.cc WriteUnPrepared: Untracked keys (#6404) 5 years ago
write_unprepared_txn.cc WriteUnPrepared: Untracked keys (#6404) 5 years ago
write_unprepared_txn.h WriteUnPrepared: Untracked keys (#6404) 5 years ago
write_unprepared_txn_db.cc WriteUnPrepared: Enable WAL during crash recovery (#6418) 5 years ago
write_unprepared_txn_db.h WriteUnPrepared: use tracked_keys_ to track keys needed for rollback (#5562) 5 years ago