summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/kv
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2023-05-04 12:52:36 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-04 15:11:40 +0000
commit9debeb9d5dcf7de6acd8dc3221a4041296781923 (patch)
tree6fa04d0d823759d96f2a3ff9c0d82019a51d18cb /src/mongo/db/storage/kv
parent4dd0a134d5ca678bfa6d1973bd4bf28b0ffc6baa (diff)
downloadmongo-9debeb9d5dcf7de6acd8dc3221a4041296781923.tar.gz
Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immutable"
This reverts commit c4652075a355b6662ad9dc283e71f326d342b13d.
Diffstat (limited to 'src/mongo/db/storage/kv')
-rw-r--r--src/mongo/db/storage/kv/durable_catalog_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/storage/kv/durable_catalog_test.cpp b/src/mongo/db/storage/kv/durable_catalog_test.cpp
index bd49f858a33..5a29311d40b 100644
--- a/src/mongo/db/storage/kv/durable_catalog_test.cpp
+++ b/src/mongo/db/storage/kv/durable_catalog_test.cpp
@@ -119,6 +119,7 @@ public:
CollectionCatalog::write(operationContext(), [&](CollectionCatalog& catalog) {
catalog.registerCollection(operationContext(),
+ options.uuid.value(),
std::move(collection),
/*ts=*/boost::none);
});