summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_harness.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-14/+18
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-24/+28
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-43/+43
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+1
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-2/+2
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-400/+389
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-4/+4
* SERVER-17635 Add Unittests for new parts of SDI::Cursor APIMathias Stearn2015-04-151-0/+14
* SERVER-17635 Improve SDI unittest helpersMathias Stearn2015-04-151-19/+28
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-197/+142
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-8/+8
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-59/+59
* SERVER-13635 SortedDataInterface::fullValidate supports full validationBenety Goh2014-10-221-1/+1
* SERVER-15700 Modify SortedDataInterface to not require unindex() to returnJohn Esmet2014-10-171-4/+8
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-19/+19
* SERVER-13635: add a key/value -> storage engine interface to simplify other workEliot Horowitz2014-10-061-6/+7
* SERVER-13635 Added tests for SortedDataInterface.Max Hirschhorn2014-10-021-2/+1
* SERVER-13635: hook up mmap_v1 to SortedDataInterface test harness and fix mma...Eliot Horowitz2014-09-171-57/+71
* SERVER-1152: make SortedDataInterface work for heap1Eliot Horowitz2014-09-171-0/+35
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-2/+2
* SERVER-13635: make generic SortedDataInterface unit testEliot Horowitz2014-09-151-0/+546