summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_randomiter.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61278 Guard capped clustered collections behind enableTestCommandsJosef Ahmad2022-01-181-3/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-3/+2
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-2/+3
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-8/+8
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-10/+11
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
* SERVER-19183: Enable minimal randomness check now WT-2032 is fixedGeert Bosch2015-08-281-2/+2
* SERVER-20041 check RecordCursor::restore() result in testBenety Goh2015-08-211-1/+1
* SERVER-19183: Allow storage engines to provide optimized random cursors for u...Geert Bosch2015-08-071-0/+182