summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_index.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-8/+0
* SERVER-42923 Callers of dupKeyCheck should pass KeyStringXiangyu Yao2019-08-211-2/+0
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-10/+0
* SERVER-42068 Overload SortedDataInterface::dupKeyCheck to accept KeyStringZach Yam2019-08-161-1/+3
* SERVER-41720 Overload SortedDataInterface::Cursor::seek and seekExact to acce...Zach Yam2019-08-151-1/+1
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-8/+8
* SERVER-41719 Overload SortedDataInterface::insert, unindex, and addKey to acc...Gregory Noma2019-07-171-17/+21
* SERVER-41717 Create KeyStringBuilder, KeyStringValue, and KeyStringTypeBits c...Daniel Solnik2019-07-161-2/+4
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-20/+20
* Revert "SERVER-36385 Remove code and tests about index key limit size"Daniel Solnik2019-06-281-20/+20
* SERVER-36385 Remove code and tests about index key limit sizeDaniel Solnik2019-06-281-20/+20
* SERVER-41541 Put a KeyString in IndexInfo for the RecordStoreValidateAdaptorGregory Wlodarek2019-06-261-1/+1
* SERVER-40444 IndexCatalogEntry to use NamespaceString instead of plain string...Henrik Edin2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38453 SortedDataInterface should expose a method to determine whether ...Louis Williams2018-12-131-2/+2
* 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-2/+1
* SERVER-37070 Improve duplicate key error messages for all storage enginesr4.1.3Xiangyu Yao2018-09-131-1/+7
* Revert "SERVER-37070 Improve duplicate key error messages for all storage eng...Xiangyu Yao2018-09-131-7/+1
* SERVER-37070 Improve duplicate key error messages for all storage enginesXiangyu Yao2018-09-131-1/+7
* SERVER-36280 Create a feature tracker bit indicating the existence of KeyStri...Xiangyu Yao2018-08-241-20/+20
* SERVER-36278 Remove the 1KB index key size limit in FCV42Xiangyu Yao2018-08-151-5/+0
* SERVER-34579 Do NOT populate indexDetails for mobile SESulabh Mahajan2018-06-281-4/+0
* SERVER-33109 import the mobile storage engineGabriel Russell2018-02-271-0/+196