summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
diff options
context:
space:
mode:
authorSulabh Mahajan <sulabh.mahajan@mongodb.com>2019-04-12 11:13:07 +1000
committerSulabh Mahajan <sulabh.mahajan@mongodb.com>2019-04-12 11:13:07 +1000
commitf96df350de8bd71d83cbf06fe9a233a3827e37b8 (patch)
tree05feb3d1b755540821e101185a3874c7d7cc6e81 /src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
parent847f2d4f1222062513b6ec555d575b0705d8581b (diff)
downloadmongo-f96df350de8bd71d83cbf06fe9a233a3827e37b8.tar.gz
SERVER-40470 Use roundup_timestamp API instead of round_to_oldest
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h b/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
index 0737819978d..aecbd30f69e 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_recovery_unit.h
@@ -50,7 +50,7 @@ namespace mongo {
using IgnorePrepared = WiredTigerBeginTxnBlock::IgnorePrepared;
using RoundUpPreparedTimestamps = WiredTigerBeginTxnBlock::RoundUpPreparedTimestamps;
-using RoundReadUpToOldest = WiredTigerBeginTxnBlock::RoundReadUpToOldest;
+using RoundUpReadTimestamp = WiredTigerBeginTxnBlock::RoundUpReadTimestamp;
class BSONObjBuilder;