summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_store_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-2/+2
* 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-36662 Delete UpdateNotifier.David Storch2018-08-291-1/+1
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-11/+10
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-14/+1
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-291-12/+12
* SERVER-28620 Adorn all oplog writes with timestampsEric Milkie2017-08-221-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-9/+14
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-34/+34
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* SERVER-24005 Pass batches of DocWriters all the way down to the RecordStoreMathias Stearn2016-05-091-2/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+16
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-16/+3
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-3/+16
* SERVER-16444 Change updateWithDamages() to return the updated data.Max Hirschhorn2015-08-241-2/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-300/+288
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-52/+51
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-12/+8
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-16772 Don't attempt in-place when underlying storage has no supportAndrew Morrow2015-01-081-0/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+5
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-20/+20
* SERVER-13635 lift tailable out of StorageEngine API and handle in query layer.Mathias Stearn2014-10-171-1/+0
* SERVER-15701 Pass the old object down to updateWithDamages in the formJohn Esmet2014-10-171-3/+5
* SERVER-13635: hook up mmapv1 record stores to harnessEliot Horowitz2014-10-151-2/+2
* SERVER-13635: add a method to RecordStore and Collection to lookup by DiskLoc...Eliot Horowitz2014-10-131-0/+7
* SERVER-13635 don't pass NULL opCtx in test harnessDavid Percy2014-10-011-21/+78
* SERVER-13635: make generic RecordStoreTestHarnessEliot Horowitz2014-09-171-0/+373