summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/s2_key_generator_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47969 Use Pooled KeyString builder in all index key generators where p...Henrik Edin2020-05-211-64/+85
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-081-15/+15
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-4/+9
* SERVER-42611: Fix trivial S2 index key unittest bugs.Daniel Gottlieb2019-08-191-19/+19
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-081-128/+282
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-13/+8
* 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-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-5580 track paths containing empty or single-element arrays as multikeyDavid Storch2017-01-271-0/+76
* SERVER-24508 delete BSONObjCmpDavid Storch2016-08-231-25/+26
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-4/+21
* SERVER-23172 Allow use of indices for collation-aware queries that match nest...David Hatch2016-06-221-3/+2
* SERVER-23114 Compute multikey paths in 2dsphere index key generation.Max Hirschhorn2016-06-031-32/+176
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+8
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+2
* SERVER-23092 Collation-aware index key generationTess Avitabile2016-05-021-0/+255