summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregation_planner.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-02-07 16:50:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-07 20:30:56 +0000
commit522da292b8e89d6288916f744f318cb1f32ac8a8 (patch)
treeae361da0444a406929da01bfb50786ba8387a1b1 /src/mongo/s/query/cluster_aggregation_planner.cpp
parentccd044ecf761baf8a8cb6487b2ebe676e6611599 (diff)
downloadmongo-522da292b8e89d6288916f744f318cb1f32ac8a8.tar.gz
SERVER-63331 Remove useless methods from BatchCommandResponse
Diffstat (limited to 'src/mongo/s/query/cluster_aggregation_planner.cpp')
-rw-r--r--src/mongo/s/query/cluster_aggregation_planner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_aggregation_planner.cpp b/src/mongo/s/query/cluster_aggregation_planner.cpp
index c9867f4eb78..6062c02e6ba 100644
--- a/src/mongo/s/query/cluster_aggregation_planner.cpp
+++ b/src/mongo/s/query/cluster_aggregation_planner.cpp
@@ -250,7 +250,7 @@ BSONObj establishMergingMongosCursor(OperationContext* opCtx,
ClusterClientCursorParams params(requestedNss,
APIParameters::get(opCtx),
ReadPreferenceSetting::get(opCtx),
- ReadConcernArgs::get(opCtx));
+ repl::ReadConcernArgs::get(opCtx));
params.originatingCommandObj = CurOp::get(opCtx)->opDescription().getOwned();
params.tailableMode = pipelineForMerging->getContext()->tailableMode;