summaryrefslogtreecommitdiff
path: root/src/mongo/s/query/cluster_aggregation_planner.cpp
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2020-08-25 12:47:54 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-09-08 17:33:57 +0000
commit4edfad49d10c3f75cf1fbc2f909e424d79f4a7e1 (patch)
treedcb658fc56c58e486c7865c8351712ff9e66fde4 /src/mongo/s/query/cluster_aggregation_planner.cpp
parent04b12743cbdcfea11b339e6ad21fc24dec8f6539 (diff)
downloadmongo-4edfad49d10c3f75cf1fbc2f909e424d79f4a7e1.tar.gz
SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for pushed down stages
Diffstat (limited to 'src/mongo/s/query/cluster_aggregation_planner.cpp')
-rw-r--r--src/mongo/s/query/cluster_aggregation_planner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/s/query/cluster_aggregation_planner.cpp b/src/mongo/s/query/cluster_aggregation_planner.cpp
index 25b7a4e71f2..3a703dba1f7 100644
--- a/src/mongo/s/query/cluster_aggregation_planner.cpp
+++ b/src/mongo/s/query/cluster_aggregation_planner.cpp
@@ -698,7 +698,6 @@ Status runPipelineOnMongoS(const ClusterAggregate::Namespaces& namespaces,
}
Status dispatchPipelineAndMerge(OperationContext* opCtx,
- std::shared_ptr<executor::TaskExecutor> executor,
AggregationTargeter targeter,
Document serializedCommand,
long long batchSize,