summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/multi_index_block.cpp
diff options
context:
space:
mode:
authorJason Zhang <jason.zhang@mongodb.com>2021-02-24 21:14:50 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-02 00:29:51 +0000
commit8c248bf16a781bd096f1829ab61bed9f5655ad41 (patch)
tree96d4f9bcfa19f1516280ed24cf96068dc93d8d17 /src/mongo/db/catalog/multi_index_block.cpp
parenta22cbaba0634e6d20244b75c94e8e693e961399d (diff)
downloadmongo-8c248bf16a781bd096f1829ab61bed9f5655ad41.tar.gz
SERVER-51774 Ensure the donor's
TenantMigrationCommitted/TenantMigrationAborted write errors don't exceed the max BSON size
Diffstat (limited to 'src/mongo/db/catalog/multi_index_block.cpp')
-rw-r--r--src/mongo/db/catalog/multi_index_block.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/catalog/multi_index_block.cpp b/src/mongo/db/catalog/multi_index_block.cpp
index e2ebacbab75..1bea1a2bb7e 100644
--- a/src/mongo/db/catalog/multi_index_block.cpp
+++ b/src/mongo/db/catalog/multi_index_block.cpp
@@ -51,7 +51,6 @@
#include "mongo/db/query/collection_query_info.h"
#include "mongo/db/repl/repl_set_config.h"
#include "mongo/db/repl/replication_coordinator.h"
-#include "mongo/db/repl/tenant_migration_committed_info.h"
#include "mongo/db/repl/tenant_migration_conflict_info.h"
#include "mongo/db/storage/storage_options.h"
#include "mongo/db/storage/write_unit_of_work.h"