summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/oplog.h
diff options
context:
space:
mode:
authorPavi Vetriselvan <pvselvan@umich.edu>2019-02-22 14:10:53 -0500
committerPavi Vetriselvan <pvselvan@umich.edu>2019-02-22 14:11:41 -0500
commit0ab7df179a7329fea4c28049d1ff532010720280 (patch)
tree84d4057fc06ee832e41ee17522359f7defa2d362 /src/mongo/db/repl/oplog.h
parentf78470edc935205c9d5b5c5253ff210d6f4471d3 (diff)
downloadmongo-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.h3
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.