summaryrefslogtreecommitdiff
path: root/src/mongo/idl/cluster_server_parameter_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/idl/cluster_server_parameter_op_observer.h')
-rw-r--r--src/mongo/idl/cluster_server_parameter_op_observer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/idl/cluster_server_parameter_op_observer.h b/src/mongo/idl/cluster_server_parameter_op_observer.h
index 2ef05729e39..f227598fc12 100644
--- a/src/mongo/idl/cluster_server_parameter_op_observer.h
+++ b/src/mongo/idl/cluster_server_parameter_op_observer.h
@@ -212,6 +212,10 @@ public:
size_t numberOfPrePostImagesToWrite,
Date_t wallClockTime) final {}
+ void onTransactionPrepareNonPrimary(OperationContext* opCtx,
+ const std::vector<repl::OplogEntry>& statements,
+ const repl::OpTime& prepareOpTime) final {}
+
void onTransactionAbort(OperationContext* opCtx,
boost::optional<OplogSlot> abortOplogEntryOpTime) final {}