diff options
author | Pavi Vetriselvan <pvselvan@umich.edu> | 2019-02-22 14:10:53 -0500 |
---|---|---|
committer | Pavi Vetriselvan <pvselvan@umich.edu> | 2019-02-22 14:11:41 -0500 |
commit | 0ab7df179a7329fea4c28049d1ff532010720280 (patch) | |
tree | 84d4057fc06ee832e41ee17522359f7defa2d362 /src/mongo/db/repl/oplog.h | |
parent | f78470edc935205c9d5b5c5253ff210d6f4471d3 (diff) | |
download | mongo-0ab7df179a7329fea4c28049d1ff532010720280.tar.gz |
SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccurate
Diffstat (limited to 'src/mongo/db/repl/oplog.h')
-rw-r--r-- | src/mongo/db/repl/oplog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/repl/oplog.h b/src/mongo/db/repl/oplog.h index 9d22d6e5d19..a65c6203db5 100644 --- a/src/mongo/db/repl/oplog.h +++ b/src/mongo/db/repl/oplog.h @@ -229,7 +229,8 @@ Status applyOperation_inlock(OperationContext* opCtx, Status applyCommand_inlock(OperationContext* opCtx, const BSONObj& op, const OplogEntry& entry, - OplogApplication::Mode mode); + OplogApplication::Mode mode, + boost::optional<Timestamp> stableTimestampForRecovery); /** * Initializes the global Timestamp with the value from the timestamp of the last oplog entry. |