summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/merge_sort.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/merge_sort.h')
-rw-r--r--src/mongo/db/exec/merge_sort.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/merge_sort.h b/src/mongo/db/exec/merge_sort.h
index e0ff8d40fee..6a2121a3bdf 100644
--- a/src/mongo/db/exec/merge_sort.h
+++ b/src/mongo/db/exec/merge_sort.h
@@ -66,7 +66,7 @@ public:
bool isEOF() final;
StageState doWork(WorkingSetID* out) final;
- void doInvalidate(OperationContext* txn, const RecordId& dl, InvalidationType type) final;
+ void doInvalidate(OperationContext* opCtx, const RecordId& dl, InvalidationType type) final;
StageType stageType() const final {
return STAGE_SORT_MERGE;