summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/index_bounds_builder_test.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-11852 fix query planning for inexact regexesDavid Storch2013-12-021-6/+44
* SERVER-10026 tighten index bounds for some array equality queriesDavid Storch2013-11-251-11/+27
* SERVER-11639 migrate simpleRegex Startuptest to CppUnitTestTyler Brock2013-11-251-0/+113
* SERVER-11817 use enum instead of bool for exact/inexact index boundsDavid Storch2013-11-221-36/+36
* SERVER-11617 fixed index bounds for numerical types to support infinityBenety Goh2013-11-201-10/+68
* SERVER-11436 fixed incorrect bounds for {$lt: min} and {$gt: max} expressionsBenety Goh2013-11-201-0/+168