summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2022-10-12 10:18:28 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-10-12 15:40:17 +0000
commit57746791113c36c0c6a010da2deb580ea3cb97ad (patch)
tree84248a9c80feebe5f8894e5263c889e712861775 /src/mongo/db/auth
parent36194c546281d6a10b003bf3cd12f771ff268c50 (diff)
downloadmongo-57746791113c36c0c6a010da2deb580ea3cb97ad.tar.gz
SERVER-69749 OpObserver::onUnpreparedTransactionCommit() accepts TransactionOperations
Diffstat (limited to 'src/mongo/db/auth')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index 4b4186db6af..3437f89dd99 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -205,8 +205,7 @@ public:
const UUID& uuid) final;
void onUnpreparedTransactionCommit(OperationContext* opCtx,
- std::vector<repl::ReplOperation>* statements,
- size_t numberOfPrePostImagesToWrite) final {}
+ TransactionOperations* transactionOperations) final {}
void onPreparedTransactionCommit(
OperationContext* opCtx,