From cc7abaaf427feaf8b36da749cf1515c85f051624 Mon Sep 17 00:00:00 2001 From: Gregory Wlodarek Date: Thu, 10 Mar 2022 01:10:02 +0000 Subject: SERVER-63790 Add note to the _configsvrRunRestore command regarding adding new collections --- src/mongo/db/s/config/configsvr_run_restore_command.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mongo/db/s/config/configsvr_run_restore_command.cpp b/src/mongo/db/s/config/configsvr_run_restore_command.cpp index b7d11e7abd5..c2b1be12c9a 100644 --- a/src/mongo/db/s/config/configsvr_run_restore_command.cpp +++ b/src/mongo/db/s/config/configsvr_run_restore_command.cpp @@ -73,6 +73,7 @@ ShouldRestoreDocument shouldRestoreDocument(OperationContext* opCtx, : ShouldRestoreDocument::kNo; } +// Modifications to this map should add new testing in 'sharded_backup_restore.js'. // { config collection namespace -> ( optional nss field name, optional UUID field name ) } const stdx::unordered_map, boost::optional>> -- cgit v1.2.1