diff options
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r-- | src/mongo/db/namespace_string.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h index 078fe8a9d47..ca1a0bbd4bc 100644 --- a/src/mongo/db/namespace_string.h +++ b/src/mongo/db/namespace_string.h @@ -133,6 +133,9 @@ public: // Namespace for view on local.oplog.rs for tenant migrations. static const NamespaceString kTenantMigrationOplogView; + // Namespace for storing the persisted state of tenant split donors. + static const NamespaceString kTenantSplitDonorsNamespace; + // Namespace for replica set configuration settings. static const NamespaceString kSystemReplSetNamespace; |