rocksdb/utilities/transactions
agiardullo 200080ed72 Improve snapshot handling for Transaction reinitialization
Summary: Previously, reusing a transaction (by passing it as an argument to BeginTransaction) would not clear the transaction's snapshot.  This is not a clear, well-definited behavior.

Test Plan: improved test

Reviewers: sdong, IslamAbdelRahman, horuff, jkedgar

Reviewed By: jkedgar

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D55053
2016-03-07 13:28:11 -08:00
..
optimistic_transaction_db_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_db_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_impl.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
optimistic_transaction_test.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_base.cc Improve snapshot handling for Transaction reinitialization 2016-03-07 13:28:11 -08:00
transaction_base.h Improve snapshot handling for Transaction reinitialization 2016-03-07 13:28:11 -08:00
transaction_db_impl.cc Improve snapshot handling for Transaction reinitialization 2016-03-07 13:28:11 -08:00
transaction_db_impl.h TransactionDB:ReinitializeTransaction 2016-02-29 16:27:32 -08:00
transaction_db_mutex_impl.cc Fix transaction locking 2016-02-16 17:15:05 -08:00
transaction_db_mutex_impl.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_impl.cc Improve snapshot handling for Transaction reinitialization 2016-03-07 13:28:11 -08:00
transaction_impl.h Improve snapshot handling for Transaction reinitialization 2016-03-07 13:28:11 -08:00
transaction_lock_mgr.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_lock_mgr.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_test.cc Improve snapshot handling for Transaction reinitialization 2016-03-07 13:28:11 -08:00
transaction_util.cc Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00
transaction_util.h Updated all copyright headers to the new format. 2016-02-09 15:12:00 -08:00