summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_collection.h
diff options
context:
space:
mode:
authorMarcos José Grillo Ramirez <marcos.grillo@mongodb.com>2021-11-22 11:59:41 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-22 12:33:14 +0000
commit2b204e8aaed867988cf7f54bee2ce84e31f4c955 (patch)
tree01561af03587d8fcd7fc6c771d72cb9c2a6fd75a /src/mongo/s/catalog/type_collection.h
parent90699509e15b33fda10832e79efcd158aee1f0eb (diff)
downloadmongo-2b204e8aaed867988cf7f54bee2ce84e31f4c955.tar.gz
SERVER-56227 Add user-facing command for permitMigrations using DDL coordinator
Diffstat (limited to 'src/mongo/s/catalog/type_collection.h')
-rw-r--r--src/mongo/s/catalog/type_collection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/catalog/type_collection.h b/src/mongo/s/catalog/type_collection.h
index f7d5641ec80..c1925df0a76 100644
--- a/src/mongo/s/catalog/type_collection.h
+++ b/src/mongo/s/catalog/type_collection.h
@@ -88,6 +88,7 @@ public:
using CollectionTypeBase::kMaxChunkSizeBytesFieldName;
using CollectionTypeBase::kNoAutoSplitFieldName;
using CollectionTypeBase::kNssFieldName;
+ using CollectionTypeBase::kPermitMigrationsFieldName;
using CollectionTypeBase::kReshardingFieldsFieldName;
using CollectionTypeBase::kSupportingLongNameFieldName;
using CollectionTypeBase::kTimeseriesFieldsFieldName;