summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_recorditer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61278 Guard capped clustered collections behind enableTestCommandsJosef Ahmad2022-01-181-8/+8
* SERVER-54716 RecordStores return RecordIds in orderLouis Williams2021-03-081-4/+0
* 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-16857 Delete MMAPv1 diskloc invalidations.David Storch2018-08-291-0/+41
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-8/+8
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-8/+8
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-9/+11
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-25/+25
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-7/+7
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-3/+3
* SERVER-18912 WiredTigerRecordCursor::seekExact() should set _eof=false on su...Mathias Stearn2015-06-301-0/+55
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-293/+279
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-38/+37
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-71/+107
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-32/+32
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-1/+1
* SERVER-16016 WiredTigerRecordStore::Iterator should not try to restore its st...David Storch2014-11-101-0/+76
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-4/+0
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-0/+8
* SERVER-13635 Expand set of generic RecordStore API tests.Max Hirschhorn2014-10-071-0/+285