summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer/fcv_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/op_observer/fcv_op_observer.h')
-rw-r--r--src/mongo/db/op_observer/fcv_op_observer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/op_observer/fcv_op_observer.h b/src/mongo/db/op_observer/fcv_op_observer.h
index b4fa71452d8..6cc9b7517c1 100644
--- a/src/mongo/db/op_observer/fcv_op_observer.h
+++ b/src/mongo/db/op_observer/fcv_op_observer.h
@@ -197,6 +197,9 @@ public:
void onEmptyCapped(OperationContext* opCtx,
const NamespaceString& collectionName,
const UUID& uuid) final {}
+
+ void onTransactionStart(OperationContext* opCtx) final {}
+
void onUnpreparedTransactionCommit(OperationContext* opCtx,
const TransactionOperations& transactionOperations) final {}