diff options
author | Keith Bostic <keith@wiredtiger.com> | 2016-03-29 10:07:24 -0400 |
---|---|---|
committer | Keith Bostic <keith@wiredtiger.com> | 2016-03-29 10:07:24 -0400 |
commit | fcc6d047fa36d302be5cb4d24c43083829a8fa6f (patch) | |
tree | c465aa76a268a13a587e7fc962feaae4b92006cd /build_win | |
parent | 1137af3c5893473ee63df00619049dad3745561d (diff) | |
download | mongo-fcc6d047fa36d302be5cb4d24c43083829a8fa6f.tar.gz |
WT-2330: in-memory configurations should not create on-disk collection files
MSVC doesn't support line-buffering, it's the same as full-buffering.
Turn on no-buffering instead.
Diffstat (limited to 'build_win')
-rw-r--r-- | build_win/filelist.win | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win index 323e45d0305..b530fb7f1bc 100644 --- a/build_win/filelist.win +++ b/build_win/filelist.win @@ -110,7 +110,6 @@ src/os_common/os_fs_stdio.c src/os_common/os_getline.c src/os_common/os_getopt.c src/os_common/os_init.c -src/os_common/os_setvbuf.c src/os_common/os_strtouq.c src/os_win/os_dir.c src/os_win/os_dlopen.c @@ -123,6 +122,7 @@ src/os_win/os_once.c src/os_win/os_pagesize.c src/os_win/os_path.c src/os_win/os_priv.c +src/os_win/os_setvbuf.c src/os_win/os_sleep.c src/os_win/os_snprintf.c src/os_win/os_thread.c |