MonetDB: leftmart - inline statement is important here. Please d...

2016-03-07 Thread lsidir
Changeset: 1e62dd662526 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1e62dd662526 Modified Files: gdk/gdk_bloom.c Branch: leftmart Log Message: inline statement is important here. Please do not change stuff in this branch for now. diffs (11 lines): diff --git a

MonetDB: leftmart - trying to fix Windows compilation: do not "i...

2016-03-07 Thread Stefan Manegold
Changeset: ea1aed8beff8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ea1aed8beff8 Modified Files: gdk/gdk_bloom.c Branch: leftmart Log Message: trying to fix Windows compilation: do not "inline" BLOOMask() On Windows, compilation fails with failed invocation: cl -

MonetDB: leftmart - printing issues: SZFMT instead of %lu and #h...

2016-03-07 Thread lsidir
Changeset: 586c2c27eff9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=586c2c27eff9 Modified Files: gdk/gdk_bloom.c gdk/gdk_join.c Branch: leftmart Log Message: printing issues: SZFMT instead of %lu and #hashjoin instead of #BATbloom diffs (24 lines): diff

MonetDB: leftmart - some more debuging printing regarding the av...

2016-03-07 Thread lsidir
Changeset: 9e56c00fe9d8 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9e56c00fe9d8 Modified Files: gdk/gdk_join.c Branch: leftmart Log Message: some more debuging printing regarding the availability of bloom filters. diffs (15 lines): diff --git a/gdk/gdk_join.c

MonetDB: leftmart - silence some compilers compaining about prin...

2016-03-07 Thread lsidir
Changeset: a76605fb0b33 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a76605fb0b33 Modified Files: gdk/gdk_bloom.c Branch: leftmart Log Message: silence some compilers compaining about printing a size_t as unsigned int or long diffs (12 lines): diff --git a/gdk/

MonetDB: leftmart - Use larger bloom filters to reduce false pos...

2016-03-07 Thread lsidir
Changeset: 1279200883a7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1279200883a7 Modified Files: gdk/gdk_bloom.c gdk/gdk_join.c Branch: leftmart Log Message: Use larger bloom filters to reduce false positives. diffs (61 lines): diff --git a/gdk/gdk_bloo