summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_op_observer.cpp
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2021-11-19 06:25:11 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-19 11:54:03 +0000
commit3327daa086ffb61a14827f7989603aced74ab906 (patch)
tree3d8d58ea37286828fd153d46640cb59b89c0d547 /src/mongo/db/s/shard_server_op_observer.cpp
parent60280010d13224a26aa3445944065975cc0b81a7 (diff)
downloadmongo-3327daa086ffb61a14827f7989603aced74ab906.tar.gz
SERVER-61611 OpObserver::aboutToDelete() accepts UUID
Diffstat (limited to 'src/mongo/db/s/shard_server_op_observer.cpp')
-rw-r--r--src/mongo/db/s/shard_server_op_observer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/shard_server_op_observer.cpp b/src/mongo/db/s/shard_server_op_observer.cpp
index a3b7a6eaf18..67df49364dc 100644
--- a/src/mongo/db/s/shard_server_op_observer.cpp
+++ b/src/mongo/db/s/shard_server_op_observer.cpp
@@ -449,6 +449,7 @@ void ShardServerOpObserver::onUpdate(OperationContext* opCtx, const OplogUpdateE
void ShardServerOpObserver::aboutToDelete(OperationContext* opCtx,
NamespaceString const& nss,
+ const UUID& uuid,
BSONObj const& doc) {
if (nss == NamespaceString::kCollectionCriticalSectionsNamespace) {