summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_harness.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20906 Add a random cursor implementation for mmap_v1 storage engineCharlie Swanson2015-10-231-4/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-80/+89
* SERVER-18066 Clean up unowned_ptr<T> (formerly ptr<T>)Mathias Stearn2015-05-041-10/+10
* SERVER-17635 Add Unittests for new parts of SDI::Cursor APIMathias Stearn2015-04-151-8/+28
* SERVER-17635 Improve SDI unittest helpersMathias Stearn2015-04-151-7/+34
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-8/+8
* SERVER-13679 Add record_id.h and move diskloc.h under mmap_v1Mathias Stearn2014-11-261-3/+2
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-1/+1
* SERVER-13635 Added tests for SortedDataInterface.Max Hirschhorn2014-10-021-0/+31
* SERVER-13635: make generic SortedDataInterface unit testEliot Horowitz2014-09-151-0/+54