summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_collection_cloner_test.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2021-10-14 15:38:43 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-15 17:11:13 +0000
commite9a8bc753f79abff3aec1eff945ca2ea7f3fd311 (patch)
treef943193095637c94051968f5b90322447d46af9e /src/mongo/db/repl/tenant_collection_cloner_test.cpp
parent2bf37b1ac522b39e186388ea382a5a14c0636da6 (diff)
downloadmongo-e9a8bc753f79abff3aec1eff945ca2ea7f3fd311.tar.gz
SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers
Diffstat (limited to 'src/mongo/db/repl/tenant_collection_cloner_test.cpp')
-rw-r--r--src/mongo/db/repl/tenant_collection_cloner_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_collection_cloner_test.cpp b/src/mongo/db/repl/tenant_collection_cloner_test.cpp
index 3e14fb3ff1a..0fd4bd5cd20 100644
--- a/src/mongo/db/repl/tenant_collection_cloner_test.cpp
+++ b/src/mongo/db/repl/tenant_collection_cloner_test.cpp
@@ -91,7 +91,7 @@ public:
void onInserts(OperationContext* opCtx,
const NamespaceString& nss,
- OptionalCollectionUUID uuid,
+ const UUID& uuid,
std::vector<InsertStatement>::const_iterator begin,
std::vector<InsertStatement>::const_iterator end,
bool fromMigrate) final {