diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2015-04-01 20:27:49 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2015-04-01 20:27:49 +1100 |
commit | 7f1998be92d49435a23f7f42ef5b438a133f881f (patch) | |
tree | 0e4a8a135bbb4a5cdf82b06212ff689d262a7843 /build_win | |
parent | 76cba586685828fc3a8598b48e70c7614818859c (diff) | |
download | mongo-7f1998be92d49435a23f7f42ef5b438a133f881f.tar.gz |
Add an initial implementation of named, in-memory snapshots. This implementation is mainly intended to flesh out the API. It won't cope well with very large numbers of active snapshots, ignores some misuses of the interface and doesn't deal at all with the problem of converting snapshots to on-disk checkpoints.
Diffstat (limited to 'build_win')
-rw-r--r-- | build_win/filelist.win | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win index e297ca16b06..944f70f731c 100644 --- a/build_win/filelist.win +++ b/build_win/filelist.win @@ -168,4 +168,5 @@ src/txn/txn.c src/txn/txn_ckpt.c src/txn/txn_ext.c src/txn/txn_log.c +src/txn/txn_nsnap.c src/txn/txn_recover.c |