summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/collation/collator_interface_mock.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75752 Use stable collator interface pointer for ArraySet for $in equal...Ivan Fefer2023-04-131-2/+5
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-051-1/+9
* Revert "SERVER-52538 Merge Collation and CollationSpec classes"A. Jesse Jiryu Davis2021-02-041-9/+1
* SERVER-52538 Merge Collation and CollationSpec classesA. Jesse Jiryu Davis2021-02-031-1/+9
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-16/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+2
* 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-24508 delete BSONObjCmpDavid Storch2016-08-231-4/+0
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-0/+4
* SERVER-24645 Make $addToSet respect collation.David Hatch2016-07-011-0/+19
* SERVER-24183 persist collation version string in catalog metadataDavid Storch2016-06-101-1/+2
* SERVER-23610 CanonicalQuery should own a CollatorInterfaceTess Avitabile2016-05-161-0/+6
* SERVER-23349 make CollatorInterface methods constDavid Storch2016-05-041-2/+3
* SERVER-22372 CollatorInterfaceMockDavid Storch2016-03-091-0/+89