summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_cursor_advanceto.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-92/+46
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-48/+62
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-39/+112
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-38/+92
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-031-12/+24
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-12/+14
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-48/+48
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-480/+486
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-516/+227
* SERVER-17062 Make WT index cursors tolerant of WCEMathias Stearn2015-02-131-16/+16
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+4
* SERVER-13679 Replace DiskLoc with RecordId outside of MMAPv1Mathias Stearn2014-11-261-44/+44
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-30/+30
* SERVER-13635 Added tests for SortedDataInterface.Max Hirschhorn2014-10-021-0/+934