summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/write_stage_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/write_stage_common.h')
-rw-r--r--src/mongo/db/exec/write_stage_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/exec/write_stage_common.h b/src/mongo/db/exec/write_stage_common.h
index 388c7d2c763..19e03276e2c 100644
--- a/src/mongo/db/exec/write_stage_common.h
+++ b/src/mongo/db/exec/write_stage_common.h
@@ -50,7 +50,7 @@ namespace write_stage_common {
* still exists.
*/
bool ensureStillMatches(const Collection* collection,
- OperationContext* txn,
+ OperationContext* opCtx,
WorkingSet* ws,
WorkingSetID id,
const CanonicalQuery* cq);