summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/multikey_paths_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-31/+26
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-2/+2
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-9/+9
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-8/+8
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-291-14/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-37/+8
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37643 remove unused multi_index_block.h includesBenety Goh2018-12-271-1/+0
* SERVER-38091 IndexCatalog iterators and accessors should return const entriesLouis Williams2018-12-191-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36889 unshim MultiIndexBlockBenety Goh2018-10-121-1/+1
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-1/+1
* SERVER-35626 remove old MMAP 'enforceQuota' codeDianna Hohensee2018-07-131-27/+9
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-19/+7
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-10/+9
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-211-1/+1
* SERVER-28912 Thread statement id from batched insert command oplog entryRandolph Tan2017-07-121-9/+12
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-16/+24
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-7/+24
* SERVER-24239 Allow creation of indexes with the same key pattern.David Hatch2016-07-281-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-9/+31
* SERVER-22726 Propagate multikey paths computed during key generation.Max Hirschhorn2016-05-081-0/+353