summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/ephemeral_for_test/ephemeral_for_test_btree_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-657/+0
* SERVER-46810 Hex encode collation keys and invalid UTF-8 in dup key error mes...David Storch2020-04-151-9/+21
* SERVER-43619 Overload SortedDataInterface::Cursor to return KeyStringGregory Wlodarek2019-10-011-0/+12
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-5/+0
* SERVER-41896 Take a unique_ptr as an argument to RecoveryUnit::registerChange()Evgeni Dobranov2019-09-091-2/+4
* SERVER-42972 Callers of SortedDataInterface::seekExact should pass KeyStringLouis Williams2019-09-061-7/+21
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-4/+2
* SERVER-43101 Add special handling for empty key in EphemeralForTestBtreeImpl:...Xiangyu Yao2019-08-301-0/+13
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-291-4/+2
* SERVER-42354 Remove SortedDataInterface::seek() which accepts a SeekPointXiangyu Yao2019-08-261-15/+11
* SERVER-42904 Change SortedDataBuilderInterface::addKey to only accept a KeySt...Xiangyu Yao2019-08-211-4/+6
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-211-2/+2
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-161-0/+6
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-151-4/+49
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-35/+12
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-3/+48
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-7/+7
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-7/+7
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-7/+7
* SERVER-36226 Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-131-11/+12
* Revert "Make get(Grouped)SortedDataInterface return a unique pointer"Zach Yam2019-06-131-12/+11
* Make get(Grouped)SortedDataInterface return a unique pointerZach Yam2019-06-121-11/+12
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-5/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-7/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-14801 Add field names to duplicate key error messagesXiangyu Yao2018-09-141-10/+20
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-17/+31
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-31/+17
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-17/+31
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-7/+7
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-11/+0
* SERVER-35860 Maintain multikey metadata keys for allPaths indexesBernard Gorman2018-08-091-3/+3
* SERVER-34580 Plumb commit time to commit handlers when availableJudah Schvimer2018-05-031-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-21/+25
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-23055 optimize perf of hashtable used by validate()Robert Guo2016-04-291-1/+0
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-291-7/+16
* Revert "SERVER-23952 ephemeralForTest storage engine should handle seeking to...Kyle Suarez2016-04-271-16/+7
* SERVER-23952 ephemeralForTest storage engine should handle seeking to empty BSONRobert Guo2016-04-271-7/+16
* SERVER-22900 validate command per index stat should be consistant with global...Robert Guo2016-03-141-1/+1
* SERVER-21403 make SortedDataInterface::Cursor implementations for unique indi...David Storch2015-11-171-2/+12
* SERVER-21403 plumb flag indicating whether or not index is unique down to MMA...David Storch2015-11-171-5/+8
* SERVER-20574: Rename inMemory storage engine to ephemeralForTestGeert Bosch2015-10-131-0/+496