summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2023-05-16 16:41:18 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-16 18:32:05 +0000
commit6d34f15ca68a6c3e7ec67e5c75cce4d6bbf51aee (patch)
tree0396966229a982120b228972638c7a162d63a4fd /src/mongo/db/commands
parent7d5b3ce7bbd430a8d9cb231befa9233e372c66cb (diff)
downloadmongo-6d34f15ca68a6c3e7ec67e5c75cce4d6bbf51aee.tar.gz
SERVER-77123 Make the readConcern for TransactionResources come from prerequisites
Diffstat (limited to 'src/mongo/db/commands')
-rw-r--r--src/mongo/db/commands/drop_indexes_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/commands/drop_indexes_cmd.cpp b/src/mongo/db/commands/drop_indexes_cmd.cpp
index 57611e1fb33..818a8b9de34 100644
--- a/src/mongo/db/commands/drop_indexes_cmd.cpp
+++ b/src/mongo/db/commands/drop_indexes_cmd.cpp
@@ -31,7 +31,6 @@
#include <vector>
#include "mongo/db/auth/authorization_session.h"
-#include "mongo/db/catalog/collection.h"
#include "mongo/db/catalog/collection_catalog.h"
#include "mongo/db/catalog/database.h"
#include "mongo/db/catalog/drop_indexes.h"
@@ -42,6 +41,7 @@
#include "mongo/db/commands.h"
#include "mongo/db/concurrency/exception_util.h"
#include "mongo/db/curop.h"
+#include "mongo/db/db_raii.h"
#include "mongo/db/drop_indexes_gen.h"
#include "mongo/db/index/index_descriptor.h"
#include "mongo/db/index_builds_coordinator.h"