From 63a8db3b942ab424565516ce841dbf0e35d4b46a Mon Sep 17 00:00:00 2001 From: Sergi Mateo Bellido Date: Thu, 12 May 2022 17:03:11 +0000 Subject: 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) --- src/mongo/db/namespace_string.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mongo/db/namespace_string.h') 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. */ -- cgit v1.2.1