summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.cpp
diff options
context:
space:
mode:
authorJennifer Peshansky <jennifer.peshansky@mongodb.com>2022-09-21 15:35:34 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-21 16:54:55 +0000
commit6f450a3cea6287612329f44e90536d72fe7c16c5 (patch)
tree46d2685c8334602687e2ff414df20d77f4c0ea27 /src/mongo/db/pipeline/pipeline_d.cpp
parent1d61d0b76ec6b6c130d6d2433d56df5524a7a82c (diff)
downloadmongo-6f450a3cea6287612329f44e90536d72fe7c16c5.tar.gz
SERVER-69748 Remove redundant totalPipelineLookup counter
Diffstat (limited to 'src/mongo/db/pipeline/pipeline_d.cpp')
-rw-r--r--src/mongo/db/pipeline/pipeline_d.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/pipeline_d.cpp b/src/mongo/db/pipeline/pipeline_d.cpp
index f05ffb88d16..42244a92098 100644
--- a/src/mongo/db/pipeline/pipeline_d.cpp
+++ b/src/mongo/db/pipeline/pipeline_d.cpp
@@ -185,7 +185,6 @@ std::vector<std::unique_ptr<InnerPipelineStageInterface>> extractSbeCompatibleSt
// $lookup pushdown logic.
if (auto lookupStage = dynamic_cast<DocumentSourceLookUp*>(itr->get())) {
- CurOp::get(expCtx->opCtx)->debug().pipelineUsesLookup = true;
if (disallowLookupPushdown) {
break;
}