diff options
Diffstat (limited to 'src/mongo/db/exec/and_hash.h')
-rw-r--r-- | src/mongo/db/exec/and_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/and_hash.h b/src/mongo/db/exec/and_hash.h index 456062dc41e..8d28f72e16e 100644 --- a/src/mongo/db/exec/and_hash.h +++ b/src/mongo/db/exec/and_hash.h @@ -73,7 +73,7 @@ public: StageState doWork(WorkingSetID* out) final; bool isEOF() 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_AND_HASH; |