summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/requires_all_indices_stage.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63848 Extend AllIndicesRequiredChecker to allow multiple collectionsRui Liu2022-04-071-1/+3
* SERVER-56792 Fail query in SBE cached planner and subplanner if an index is d...David Storch2021-05-171-22/+9
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-281-2/+4
* SERVER-43886 Check if the index was dropped after locking the weak_ptr to the...Gregory Wlodarek2019-10-101-2/+3
* SERVER-38684 unshim CollectionBenety Goh2018-12-181-0/+1
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-0/+81