summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorDidier Nadeau <didier.nadeau@mongodb.com>2022-06-15 18:01:55 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-15 20:18:42 +0000
commitbfd0810609bf8213c92d004313b87a68b3b66981 (patch)
tree5ea07d5e26fc9148eeb8831c4efc119de14f3617 /src/mongo/db/namespace_string.h
parentfecef7a1f75e196a24715fabb0721124e71e170b (diff)
downloadmongo-bfd0810609bf8213c92d004313b87a68b3b66981.tar.gz
SERVER-66705 Move aborting index builds out of critical section
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 66872635967..c633ecab4fa 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -156,7 +156,7 @@ public:
static const NamespaceString kTenantMigrationOplogView;
// Namespace for storing the persisted state of tenant split donors.
- static const NamespaceString kTenantSplitDonorsNamespace;
+ static const NamespaceString kShardSplitDonorsNamespace;
// Namespace for replica set configuration settings.
static const NamespaceString kSystemReplSetNamespace;