summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/get_executor.h
diff options
context:
space:
mode:
authorIan Boros <ian.boros@mongodb.com>2022-01-20 18:06:15 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-21 00:03:35 +0000
commit1a47e71ba861449fffb7feeb05f79c2f1d99497c (patch)
treefb9fc5e8a0777d94f603192a093717d12220ab42 /src/mongo/db/query/get_executor.h
parente60e92b942dada5ad4e71739b8b194b7c7ca4547 (diff)
downloadmongo-1a47e71ba861449fffb7feeb05f79c2f1d99497c.tar.gz
Revert "SERVER-60742 Maintain RecoveryUnit and storage resources across getMores for non-exchange aggregation operations"
This reverts commit d8afa17c615c274390899917d19180e374040f3e.
Diffstat (limited to 'src/mongo/db/query/get_executor.h')
-rw-r--r--src/mongo/db/query/get_executor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/query/get_executor.h b/src/mongo/db/query/get_executor.h
index 0f8c9bd4bb7..84d1ca7f82a 100644
--- a/src/mongo/db/query/get_executor.h
+++ b/src/mongo/db/query/get_executor.h
@@ -154,7 +154,6 @@ StatusWith<std::unique_ptr<PlanExecutor, PlanExecutor::Deleter>> getExecutorFind
const CollectionPtr* collection,
std::unique_ptr<CanonicalQuery> canonicalQuery,
std::function<void(CanonicalQuery*)> extractAndAttachPipelineStages,
- bool allowMaintainValidCursorsAcrossCommands = true,
bool permitYield = false,
size_t plannerOptions = QueryPlannerParams::DEFAULT);