diff options
Diffstat (limited to 'src/mongo/db/exec/keep_mutations.h')
-rw-r--r-- | src/mongo/db/exec/keep_mutations.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mongo/db/exec/keep_mutations.h b/src/mongo/db/exec/keep_mutations.h index 67ff15afca1..878de151549 100644 --- a/src/mongo/db/exec/keep_mutations.h +++ b/src/mongo/db/exec/keep_mutations.h @@ -46,7 +46,10 @@ namespace mongo { */ class KeepMutationsStage final : public PlanStage { public: - KeepMutationsStage(const MatchExpression* filter, WorkingSet* ws, PlanStage* child); + KeepMutationsStage(OperationContext* opCtx, + const MatchExpression* filter, + WorkingSet* ws, + PlanStage* child); ~KeepMutationsStage(); bool isEOF() final; |