summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_op_observer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_donor_op_observer.cpp')
-rw-r--r--src/mongo/db/repl/tenant_migration_donor_op_observer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/repl/tenant_migration_donor_op_observer.cpp b/src/mongo/db/repl/tenant_migration_donor_op_observer.cpp
index 9295ed1f325..8b3945f398b 100644
--- a/src/mongo/db/repl/tenant_migration_donor_op_observer.cpp
+++ b/src/mongo/db/repl/tenant_migration_donor_op_observer.cpp
@@ -258,6 +258,7 @@ void TenantMigrationDonorOpObserver::onUpdate(OperationContext* opCtx,
void TenantMigrationDonorOpObserver::aboutToDelete(OperationContext* opCtx,
NamespaceString const& nss,
+ const UUID& uuid,
BSONObj const& doc) {
if (nss == NamespaceString::kTenantMigrationDonorsNamespace &&
!tenant_migration_access_blocker::inRecoveryMode(opCtx)) {