summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/keep_mutations.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/keep_mutations.h')
-rw-r--r--src/mongo/db/exec/keep_mutations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/keep_mutations.h b/src/mongo/db/exec/keep_mutations.h
index 1a41cef0fb1..fc3bfbd4323 100644
--- a/src/mongo/db/exec/keep_mutations.h
+++ b/src/mongo/db/exec/keep_mutations.h
@@ -52,7 +52,7 @@ namespace mongo {
virtual StageState work(WorkingSetID* out);
virtual void prepareToYield();
- virtual void recoverFromYield();
+ virtual void recoverFromYield(OperationContext* opCtx);
virtual void invalidate(const DiskLoc& dl, InvalidationType type);
virtual std::vector<PlanStage*> getChildren() const;