summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_noop.h
diff options
context:
space:
mode:
authorRandolph Tan <randolph@10gen.com>2017-07-17 09:54:31 -0400
committerRandolph Tan <randolph@10gen.com>2017-07-21 12:53:45 -0400
commitf7924be532372d4754ac3a496881e9334de21a7b (patch)
tree51baa20662d8e83d4bb8ea9e48e8d662638eafea /src/mongo/db/op_observer_noop.h
parent769ce1808686e408bf41844c106ab5ce289339ee (diff)
downloadmongo-f7924be532372d4754ac3a496881e9334de21a7b.tar.gz
SERVER-28912 Thread stmtId from update and delete requests to oplog
Diffstat (limited to 'src/mongo/db/op_observer_noop.h')
-rw-r--r--src/mongo/db/op_observer_noop.h1
1 files changed, 1 insertions, 0 deletions
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;