diff options
author | Benety Goh <benety@mongodb.com> | 2022-12-13 09:33:35 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-12-13 15:07:59 +0000 |
commit | 87aacd32eaf12472b430223ca23a6b172b7af6f4 (patch) | |
tree | 8a0066e7830e80cd055e323bd31a9a0336dc2e59 /src/mongo/db/free_mon | |
parent | 5473d45336bfdeb7ec6c7384fd1beeaf47a4628e (diff) | |
download | mongo-87aacd32eaf12472b430223ca23a6b172b7af6f4.tar.gz |
SERVER-72006 add OpObserver::onTransactionStart()
Diffstat (limited to 'src/mongo/db/free_mon')
-rw-r--r-- | src/mongo/db/free_mon/free_mon_op_observer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/free_mon/free_mon_op_observer.h b/src/mongo/db/free_mon/free_mon_op_observer.h index 2efc4ba4aaf..e616001f84a 100644 --- a/src/mongo/db/free_mon/free_mon_op_observer.h +++ b/src/mongo/db/free_mon/free_mon_op_observer.h @@ -202,6 +202,8 @@ public: const NamespaceString& collectionName, const UUID& uuid) final {} + void onTransactionStart(OperationContext* opCtx) final {} + void onUnpreparedTransactionCommit(OperationContext* opCtx, const TransactionOperations& transactionOperations) final {} |