summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/recovery_unit_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMo...Ian Boros2022-01-211-2/+1
* SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for ...Ian Boros2022-01-191-1/+2
* SERVER-60024 Add interface to recovery unit to force commit txn callIan Boros2021-10-111-0/+45
* SERVER-51769 Fix ephemeralForTest's RecoveryUnit::isActive()Gregory Wlodarek2020-10-211-6/+8
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-0/+13
* SERVER-43685 Move snapshot id handling above storage API.David Storch2019-10-241-0/+32
* SERVER-41842 Collapse unit tests under storageXiangyu Yao2019-09-161-0/+16
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-3/+3
* SERVER-42221 Add concurrency control to checkpoint requests and expose it to ...Dianna Hohensee2019-08-231-1/+1
* SERVER-39289 Add method to indicate whether a RecoveryUnit has an active tran...Gabe Villasana2019-06-111-0/+18
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38261 Execute rollback changes on BiggieSE's recovery unit destructor ...Gregory Wlodarek2018-11-281-0/+42
* SERVER-38061 Catch error by const reference instead of by valueGregory Wlodarek2018-11-131-1/+1
* SERVER-38061 Implement the recovery unit test harness for BiggieSEGregory Wlodarek2018-11-121-3/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-2/+2
* SERVER-34443 Refactor WiredTigerRecoveryUnit and WiredTigerSnapshotManager. A...Louis Williams2018-05-151-7/+0
* SERVER-33834 Add unit tests for WiredTigerRecoveryUnitXiangyu Yao2018-03-231-0/+104