summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.h
diff options
context:
space:
mode:
authorJason Chan <jason.chan@10gen.com>2019-03-11 18:29:48 -0400
committerJason Chan <jason.chan@10gen.com>2019-03-11 18:31:00 -0400
commit14d7304ebc90df88abfacc12e2b22312c600e5a5 (patch)
treeab8be69ba882cdf3452a30177841a0ec299d0e0d /src/mongo/db/auth/auth_op_observer.h
parent9ad8d6335f83fc14cb98a27533588e9503e8e7a5 (diff)
downloadmongo-14d7304ebc90df88abfacc12e2b22312c600e5a5.tar.gz
SERVER-39441 Write the new 'prepareTransaction' command on primary
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.h')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index a8afc4baefc..a31e09cdfe9 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -166,7 +166,7 @@ public:
const std::vector<repl::ReplOperation>& statements) noexcept final {}
void onTransactionPrepare(OperationContext* opCtx,
- const OplogSlot& prepareOpTime,
+ const std::vector<OplogSlot>& reservedSlots,
std::vector<repl::ReplOperation>& statements) final {}
void onTransactionAbort(OperationContext* opCtx,