summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog_cache_loader_mock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog_cache_loader_mock.cpp')
-rw-r--r--src/mongo/s/catalog_cache_loader_mock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/catalog_cache_loader_mock.cpp b/src/mongo/s/catalog_cache_loader_mock.cpp
index b22916bc835..c556fe11365 100644
--- a/src/mongo/s/catalog_cache_loader_mock.cpp
+++ b/src/mongo/s/catalog_cache_loader_mock.cpp
@@ -95,6 +95,7 @@ CollectionAndChangedChunks getCollectionRefresh(
swCollectionReturnValue.getValue().getDefaultCollation(),
swCollectionReturnValue.getValue().getUnique(),
reshardingFields,
+ swCollectionReturnValue.getValue().getAllowMigrations(),
std::move(chunks)};
}