From 137f0e128c872b601dfce4a3801a1dac8d2f0d28 Mon Sep 17 00:00:00 2001 From: Daniel Gottlieb Date: Tue, 4 May 2021 16:09:52 -0400 Subject: SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor OpObserver::onDelete to express image semantics. --- src/mongo/db/auth/auth_op_observer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mongo/db/auth/auth_op_observer.h') diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h index 8df53a44696..635babfc83f 100644 --- a/src/mongo/db/auth/auth_op_observer.h +++ b/src/mongo/db/auth/auth_op_observer.h @@ -92,8 +92,7 @@ public: const NamespaceString& nss, OptionalCollectionUUID uuid, StmtId stmtId, - bool fromMigrate, - const boost::optional& deletedDoc) final; + const OplogDeleteEntryArgs& args) final; void onInternalOpMessage(OperationContext* opCtx, const NamespaceString& nss, -- cgit v1.2.1