diff options
author | Keith Bostic <keith@wiredtiger.com> | 2016-03-18 14:04:39 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2016-03-18 14:04:39 -0400 |
commit | f663a6dec51c7510ef10b2835983190fb84b0ebf (patch) | |
tree | d550127c7b73fbcb7228d8fc73048740c61c4df9 /SConstruct | |
parent | f81298c6d0610389b2e97420bc4ffda9fc466e1c (diff) | |
download | mongo-f663a6dec51c7510ef10b2835983190fb84b0ebf.tar.gz |
WT-2330: in-memory configurations should not create on-disk collection files
Create a pluggable OS layer, add in-memory version so in-memory
configurations don't create on-disk files.
Notes:
The WiredTiger library no longer uses FILE * objects, the file descriptor
and stream functions now use the same open and close functions, and both
have a WT_FH handle.
The sync/async versions of __wt_fsync have been merged, there's now a
boolean flag that indicates wait/no-wait on the flush.
The transaction log's print-log function no longer supports unspecified
handles, output is always to stdout (which the wt utility redirects into
another file as needed).
Diffstat (limited to 'SConstruct')
0 files changed, 0 insertions, 0 deletions