summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/sorted_data_interface_test_cursor_saverestore.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72458 Clarify or remove advanceNext return valueGeert Bosch2023-02-081-0/+51
* SERVER-55887 remove unowned_ptrBilly Donahue2021-04-211-30/+30
* SERVER-51762 Delete code for old unique index formatLouis Williams2021-01-151-2/+2
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-20/+10
* SERVER-23921 audit the use of SortedDataInterface::Cursor::seek for full inde...Haley Connelly2019-09-041-2/+2
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-16/+42
* SERVER-42858 fix unittest compileLouis Williams2019-08-201-2/+4
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-6/+16
* SERVER-42858 Index cursor seek should not append RecordID to saved KeyStringLouis Williams2019-08-201-0/+92
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-20/+25
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38333 Support partial indexes in BiggieSEGregory Wlodarek2018-12-031-12/+28
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-27257 Deduplicate symbol `newHarnessHelper`ADAM David Alan Martin2016-12-141-14/+16
* SERVER-23905 Unify lifetime management for LockState on OperationContexts int...Andy Schwerin2016-06-031-24/+24
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-15/+18
* SERVER-21403 make SortedDataInterface::Cursor implementations for unique indi...David Storch2015-11-171-14/+82
* SERVER-20676 Rename global min/maxKey variables to kMin/kMaxBSONKeyKaloian Manassiev2015-09-301-6/+6
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-19/+19
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-19/+19
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-421/+422
* SERVER-17635 Add Unittests for new parts of SDI::Cursor APIMathias Stearn2015-04-151-0/+232
* SERVER-17635 Improve SortedDataInterface::Cursor APIMathias Stearn2015-04-091-83/+81
* 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-14/+14
* SERVER-13635: pass whether an index is unique or not down through SortedDataI...Eliot Horowitz2014-10-161-9/+9
* SERVER-13635 Avoid calling locate() on cursor after savePosition().Max Hirschhorn2014-10-031-8/+0
* SERVER-13635 Added tests for SortedDataInterface.Max Hirschhorn2014-10-021-0/+290