summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2017-08-24 09:26:26 -0400
committerEric Milkie <milkie@10gen.com>2017-08-24 16:26:12 -0400
commit4b95c9d2ea4bce67fcf42ed9f712ca94607d8009 (patch)
treea0c530e766c812167b1fe96e9ba2a76008d1b738 /src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
parentcbb56bcd7d0d1f9d3ec503c2f815da56cd481d92 (diff)
downloadmongo-4b95c9d2ea4bce67fcf42ed9f712ca94607d8009.tar.gz
SERVER-30792 set oldest_timestamp when the commit point moves
Diffstat (limited to 'src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h')
-rw-r--r--src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h b/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
index 96e574402b0..a80a72ff7e9 100644
--- a/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
+++ b/src/mongo/db/storage/wiredtiger/wiredtiger_snapshot_manager.h
@@ -94,8 +94,6 @@ public:
private:
mutable stdx::mutex _mutex; // Guards all members.
boost::optional<SnapshotName> _committedSnapshot;
- Timestamp _oldestKeptTimestamp; // The timestamp communicated to WiredTiger before which no
- // timestamp history is preserved.
WT_SESSION* _session;
WT_CONNECTION* _conn;
};