summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_planner_partialidx_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-31760 Add index support for InternalExprEqMatchExpression.David Storch2017-12-291-0/+10
|
* SERVER-23093 avoid extra predicate evaluation for indexed collation-aware ↵David Storch2016-08-151-1/+1
| | | | queries
* SERVER-23172 Allow use of indices for collation-aware queries that match ↵David Hatch2016-06-221-15/+0
| | | | nested objects or arrays.
* SERVER-23618 Add collation support for partial indexesTess Avitabile2016-06-021-0/+51
|
* SERVER-17854 Move partial idx selection logic to QueryPlannerIXSelectJason Rassi2015-06-231-0/+447
Also replaces index_partial_queryplanner.js with unit test query_planner_partialidx_test.cpp.