summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/requires_index_stage.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43886 Check if the index was dropped after locking the weak_ptr to the...Gregory Wlodarek2019-10-101-2/+3
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-1/+3
* SERVER-38982 Fix RequiresIndexStage to avoid holding IndexCatalogEntry by sha...David Storch2019-01-151-12/+25
* SERVER-37449 Add RequiresAllIndicesStage and use for subplanning and multipla...David Storch2018-12-101-2/+1
* SERVER-37447 Introduce RequiresIndexStage and use for IXSCAN.David Storch2018-11-271-0/+64