summaryrefslogtreecommitdiff
path: root/build_win
diff options
context:
space:
mode:
authorDon Anderson <dda@ddanderson.com>2015-11-03 13:22:11 -0500
committerDon Anderson <dda@ddanderson.com>2015-11-03 13:22:11 -0500
commit4d204910b2cfbdb01a6d79be2a88cf04c3a58f44 (patch)
treec526552f509b25b92182ae59a62ebf731f7f81f0 /build_win
parent7b277f2b902f0117a10bf65dd739ef1b97dd2d3c (diff)
downloadmongo-4d204910b2cfbdb01a6d79be2a88cf04c3a58f44.tar.gz
WT-1315. Added support for join cursors:
- "join:" URI handling added to WT_SESSION::open_cursor, added WT_SESSION::join. - Added support for in-memory bloom filters. - Minor fix to cur_dump_close CURSOR_API_CALL. - Some refactoring in __wt_{curindex,curtable}_get_value() to allow them to be called internally. - Use new macro JOINABLE_CURSOR_API_CALL() instead of CURSOR_API_CALL() to trap illegal calls to joined cursor. - __wt_curtable_open now takes an owning cursor arg. - Added __wt_struct_unpack_size() and __wt_struct_repack()
Diffstat (limited to 'build_win')
-rw-r--r--build_win/filelist.win1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win/filelist.win b/build_win/filelist.win
index 9d0ee10d305..af6ddf98da9 100644
--- a/build_win/filelist.win
+++ b/build_win/filelist.win
@@ -72,6 +72,7 @@ src/cursor/cur_ds.c
src/cursor/cur_dump.c
src/cursor/cur_file.c
src/cursor/cur_index.c
+src/cursor/cur_join.c
src/cursor/cur_json.c
src/cursor/cur_log.c
src/cursor/cur_metadata.c