From f7924be532372d4754ac3a496881e9334de21a7b Mon Sep 17 00:00:00 2001 From: Randolph Tan Date: Mon, 17 Jul 2017 09:54:31 -0400 Subject: SERVER-28912 Thread stmtId from update and delete requests to oplog --- src/mongo/db/op_observer_noop.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mongo/db/op_observer_noop.h') diff --git a/src/mongo/db/op_observer_noop.h b/src/mongo/db/op_observer_noop.h index 8f3c949720d..9abcebd9d4e 100644 --- a/src/mongo/db/op_observer_noop.h +++ b/src/mongo/db/op_observer_noop.h @@ -57,6 +57,7 @@ public: void onDelete(OperationContext* opCtx, const NamespaceString& nss, OptionalCollectionUUID uuid, + StmtId stmtId, CollectionShardingState::DeleteState deleteState, bool fromMigrate) override; void onOpMessage(OperationContext* opCtx, const BSONObj& msgObj) override; -- cgit v1.2.1