diff options
Diffstat (limited to 'src/mongo/db/exec/subplan.h')
-rw-r--r-- | src/mongo/db/exec/subplan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/subplan.h b/src/mongo/db/exec/subplan.h index bbb401d337a..5c0859ba8fe 100644 --- a/src/mongo/db/exec/subplan.h +++ b/src/mongo/db/exec/subplan.h @@ -75,7 +75,7 @@ public: static bool canUseSubplanning(const CanonicalQuery& query); bool isEOF() final; - StageState work(WorkingSetID* out) final; + StageState doWork(WorkingSetID* out) final; StageType stageType() const final { return STAGE_SUBPLAN; |