summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorSergi Mateo Bellido <sergi.mateo-bellido@mongodb.com>2022-05-12 17:03:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-13 08:46:28 +0000
commit63a8db3b942ab424565516ce841dbf0e35d4b46a (patch)
tree53eabe8afc574b3a6634f34fdbf75e7805bbf898 /src/mongo/db/namespace_string.h
parent6f34762e892fa576dfdff9ab01e5e1825685c0a9 (diff)
downloadmongo-63a8db3b942ab424565516ce841dbf0e35d4b46a.tar.gz
SERVER-64433 Recovering the topology tick points on startup/init sync
Adding a way to execute unit tests with the WiredTiger SE (cherry picked from commit cc33146088335da2bc08edf4eeec7d6b9fd724f0)
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 10142a3cdbe..32ac78e853a 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -192,6 +192,9 @@ public:
// Namespace used for storing retryable findAndModify images.
static const NamespaceString kConfigImagesNamespace;
+ // Namespace used for storing the list of shards on the CSRS
+ static const NamespaceString kConfigsvrShardsNamespace;
+
/**
* Constructs an empty NamespaceString.
*/