summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/plan_executor_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
| | | | | Repurpose DatabaseHolder::get() for accessing singleton. Deprecate DatabaseHolder::getDatabaseHolder().
* SERVER-37449 Remove CursorManager's PlanExecutor registry.David Storch2018-12-181-25/+0
| | | | | | The registry was used to mark PlanExecutors killed. However, this is no longer needed now that PlanExecutors check whether they have been killed during yield recovery.
* SERVER-36871 $sample can loop infinitely on orphaned dataBernard Gorman2018-12-111-0/+9
|
* SERVER-37444 Added RequiresCollectionStage and use for COLLSCAN.David Storch2018-10-311-5/+5
| | | | | | | This is a pure refactor with no user-facing changes. It is the first step in making PlanExecutors check their own validity during yield recovery, rather than requiring the invalidating actor to issue a kill notification.
* SERVER-37589 split PlanExecutor into interface and implementationBenety Goh2018-10-251-0/+739