summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_indexes.cpp
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/commands/list_indexes.cpp
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/commands/list_indexes.cpp')
-rw-r--r--src/mongo/db/commands/list_indexes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/commands/list_indexes.cpp b/src/mongo/db/commands/list_indexes.cpp
index 3a569a7cc7f..89fde689852 100644
--- a/src/mongo/db/commands/list_indexes.cpp
+++ b/src/mongo/db/commands/list_indexes.cpp
@@ -312,7 +312,6 @@ public:
auto pinnedCursor = CursorManager::get(opCtx)->registerCursor(
opCtx,
{std::move(exec),
- nullptr, /* recoveryUnit */
nss,
AuthorizationSession::get(opCtx->getClient())->getAuthenticatedUserNames(),
APIParameters::get(opCtx),