From be8a683771004a2541c730a1ac0e35cd13e03a8b Mon Sep 17 00:00:00 2001 From: Qingyang Chen Date: Mon, 3 Aug 2015 12:17:47 -0400 Subject: SERVER-19364 move query stage OperationContext pointer management into the base class --- src/mongo/db/exec/queued_data_stage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mongo/db/exec/queued_data_stage.h') diff --git a/src/mongo/db/exec/queued_data_stage.h b/src/mongo/db/exec/queued_data_stage.h index a3e57f6101f..7e44bc7f3d5 100644 --- a/src/mongo/db/exec/queued_data_stage.h +++ b/src/mongo/db/exec/queued_data_stage.h @@ -47,7 +47,7 @@ class RecordId; */ class QueuedDataStage final : public PlanStage { public: - QueuedDataStage(WorkingSet* ws); + QueuedDataStage(OperationContext* opCtx, WorkingSet* ws); StageState work(WorkingSetID* out) final; -- cgit v1.2.1