MonetDB: Jul2012 - fixed 2 expressions found by coverity

2012-09-10 Thread Niels Nes
Changeset: 70aff6bf7838 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70aff6bf7838 Modified Files: sql/server/rel_bin.c sql/server/rel_optimizer.c Branch: Jul2012 Log Message: fixed 2 expressions found by coverity Fixed bug where the rewrite of like expressi

MonetDB: default - Merge with Oct2012 branch.

2012-09-10 Thread Sjoerd Mullender
Changeset: d796c95ab7fc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d796c95ab7fc Modified Files: gdk/gdk_relop.mx monetdb5/extras/jaql/jaqlgencode.c monetdb5/mal/Tests/tst034.stable.out monetdb5/mal/Tests/tst274.stable.out.oid64 Branch: defa

MonetDB: Oct2012 - jaql: optimise operations by avoiding modific...

2012-09-10 Thread Fabian Groffen
Changeset: cbc9325c81d9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cbc9325c81d9 Modified Files: monetdb5/extras/jaql/jaqlgencode.c Branch: Oct2012 Log Message: jaql: optimise operations by avoiding modifications to bats Instead of removing elements/rewriting arr

MonetDB: Oct2012 - When doing a leftfetchjoin, also return a vie...

2012-09-10 Thread Sjoerd Mullender
Changeset: 52dc0820cfa6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=52dc0820cfa6 Modified Files: gdk/gdk_relop.mx monetdb5/mal/Tests/tst034.stable.out monetdb5/mal/Tests/tst274.stable.out.oid64 Branch: Oct2012 Log Message: When doing a leftfetchjoi

MonetDB: default - Merge with Oct2012 branch.

2012-09-10 Thread Sjoerd Mullender
Changeset: b4cfca818b64 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b4cfca818b64 Modified Files: gdk/gdk_atoms.c gdk/gdk_heap.c gdk/gdk_storage.c gdk/gdk_utils.c java/src/nl/cwi/monetdb/merovingian/SabaothDB.java monetdb5/mal

MonetDB: Oct2012 - Merge with Jul2012 branch.

2012-09-10 Thread Sjoerd Mullender
Changeset: 2a535819295e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a535819295e Modified Files: gdk/gdk_atoms.c gdk/gdk_heap.c gdk/gdk_storage.c gdk/gdk_utils.c monetdb5/mal/mal_atom.c monetdb5/modules/mal/mal_mapi.c

MonetDB: Jul2012 - Likely copy-paste error.

2012-09-10 Thread Sjoerd Mullender
Changeset: a655ca776902 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a655ca776902 Modified Files: monetdb5/optimizer/opt_origin.mx Branch: Jul2012 Log Message: Likely copy-paste error. Found by coverity. diffs (12 lines): diff --git a/monetdb5/optimizer/opt_orig

MonetDB: Jul2012 - db_rename: don't even attempt to move to an e...

2012-09-10 Thread Fabian Groffen
Changeset: 99e91a009152 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=99e91a009152 Modified Files: tools/merovingian/utils/database.c Branch: Jul2012 Log Message: db_rename: don't even attempt to move to an existing db (transplanted from 8393cd29037076e09acb3dbeeef9

MonetDB: Jul2012 - SabaothDB: fix crashAvg1 copy 'n' paste error

2012-09-10 Thread Gijs Molenaar
Changeset: e3cd3f0f8f1b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e3cd3f0f8f1b Modified Files: java/src/nl/cwi/monetdb/merovingian/SabaothDB.java Branch: Jul2012 Log Message: SabaothDB: fix crashAvg1 copy 'n' paste error (transplanted from e63a53bf82280100898bcc

MonetDB: Jul2012 - SabaothDB: fix lastStart copy 'n' paste error

2012-09-10 Thread Gijs Molenaar
Changeset: 5332a224be7a for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5332a224be7a Modified Files: java/src/nl/cwi/monetdb/merovingian/SabaothDB.java Branch: Jul2012 Log Message: SabaothDB: fix lastStart copy 'n' paste error (transplanted from 045162b6fc17ab56889dd6

MonetDB: Jul2012 - Changed p into q (even though they're equival...

2012-09-10 Thread Sjoerd Mullender
Changeset: 0c22ace90bf5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0c22ace90bf5 Modified Files: monetdb5/optimizer/opt_macro.mx Branch: Jul2012 Log Message: Changed p into q (even though they're equivalent) to make coverity happy. diffs (12 lines): diff --git

MonetDB: Jul2012 - Make coverity happy by null terminating a str...

2012-09-10 Thread Sjoerd Mullender
Changeset: e01aeedb1595 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e01aeedb1595 Modified Files: gdk/gdk_heap.c Branch: Jul2012 Log Message: Make coverity happy by null terminating a string. diffs (13 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/g

MonetDB: Oct2012 - db_rename: don't even attempt to move to an e...

2012-09-10 Thread Fabian Groffen
Changeset: 8393cd290370 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8393cd290370 Modified Files: tools/merovingian/utils/database.c Branch: Oct2012 Log Message: db_rename: don't even attempt to move to an existing db diffs (22 lines): diff --git a/tools/merovin

MonetDB: Jul2012 - Oops: fix order of arguments.

2012-09-10 Thread Sjoerd Mullender
Changeset: 33dff06360a9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=33dff06360a9 Modified Files: gdk/gdk_heap.c Branch: Jul2012 Log Message: Oops: fix order of arguments. diffs (12 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/

MonetDB: Jul2012 - Simplify code.

2012-09-10 Thread Sjoerd Mullender
Changeset: 82ae5357b533 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=82ae5357b533 Modified Files: gdk/gdk_heap.c Branch: Jul2012 Log Message: Simplify code. This is not coveriy-proof. diffs (23 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_h

MonetDB: Jul2012 - Add null terminator.

2012-09-10 Thread Sjoerd Mullender
Changeset: 46c873843bf9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=46c873843bf9 Modified Files: gdk/gdk_heap.c Branch: Jul2012 Log Message: Add null terminator. diffs (13 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/gdk/gdk_h

MonetDB: Jul2012 - Avoid using strcat (and strncat).

2012-09-10 Thread Sjoerd Mullender
Changeset: cbe373b5e5b6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cbe373b5e5b6 Modified Files: gdk/gdk_heap.c Branch: Jul2012 Log Message: Avoid using strcat (and strncat). diffs (24 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c ++

MonetDB: Jul2012 - Add assert to help coverity.

2012-09-10 Thread Sjoerd Mullender
Changeset: 289ed634cc42 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=289ed634cc42 Modified Files: gdk/gdk_heap.c Branch: Jul2012 Log Message: Add assert to help coverity. diffs (11 lines): diff --git a/gdk/gdk_heap.c b/gdk/gdk_heap.c --- a/gdk/gdk_heap.c +++ b/g

MonetDB: Jul2012 - Make coverity happy by null terminating a str...

2012-09-10 Thread Sjoerd Mullender
Changeset: e0e48f6a4f67 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e0e48f6a4f67 Modified Files: gdk/gdk_storage.c Branch: Jul2012 Log Message: Make coverity happy by null terminating a string. diffs (14 lines): diff --git a/gdk/gdk_storage.c b/gdk/gdk_storage.

MonetDB: Jul2012 - Make coverity happy by superfluously null ter...

2012-09-10 Thread Sjoerd Mullender
Changeset: 1c17516864d3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1c17516864d3 Modified Files: monetdb5/mal/mal_atom.c Branch: Jul2012 Log Message: Make coverity happy by superfluously null terminating a string. diffs (11 lines): diff --git a/monetdb5/mal/mal

MonetDB: Jul2012 - Make coverity happy by null terminating a str...

2012-09-10 Thread Sjoerd Mullender
Changeset: 1bd7212fca20 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1bd7212fca20 Modified Files: gdk/gdk_atoms.c Branch: Jul2012 Log Message: Make coverity happy by null terminating a string. diffs (11 lines): diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c ---

MonetDB: Jul2012 - Make coverity happy by superfluously null ter...

2012-09-10 Thread Sjoerd Mullender
Changeset: 894037ce5b26 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=894037ce5b26 Modified Files: monetdb5/modules/mal/mal_mapi.c Branch: Jul2012 Log Message: Make coverity happy by superfluously null terminating a string. diffs (11 lines): diff --git a/monetdb5

MonetDB: Jul2012 - Make coverity happy by superfluously null ter...

2012-09-10 Thread Sjoerd Mullender
Changeset: 0e24746064a0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0e24746064a0 Modified Files: monetdb5/mal/mal_atom.c Branch: Jul2012 Log Message: Make coverity happy by superfluously null terminating a string. diffs (11 lines): diff --git a/monetdb5/mal/mal

MonetDB: Jul2012 - Added useless null termination to make coveri...

2012-09-10 Thread Sjoerd Mullender
Changeset: 6c0162f1d57b for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6c0162f1d57b Modified Files: gdk/gdk_utils.c Branch: Jul2012 Log Message: Added useless null termination to make coverity happy. diffs (13 lines): diff --git a/gdk/gdk_utils.c b/gdk/gdk_utils.c

MonetDB: Jul2012 - Removed useless comparison.

2012-09-10 Thread Sjoerd Mullender
Changeset: 31f8a5f09e01 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=31f8a5f09e01 Modified Files: sql/backends/monet5/sql_scenario.c Branch: Jul2012 Log Message: Removed useless comparison. diffs (12 lines): diff --git a/sql/backends/monet5/sql_scenario.c b/sql

MonetDB: default - changed test, rename is actually working

2012-09-10 Thread Gijs Molenaar
Changeset: 50e936863121 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=50e936863121 Modified Files: clients/python/test/control.py Branch: default Log Message: changed test, rename is actually working diffs (40 lines): diff --git a/clients/python/test/control.py b

MonetDB: Oct2012 - SabaothDB: fix crashAvg1 copy 'n' paste error

2012-09-10 Thread Gijs Molenaar
Changeset: e63a53bf8228 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e63a53bf8228 Modified Files: java/src/nl/cwi/monetdb/merovingian/SabaothDB.java Branch: Oct2012 Log Message: SabaothDB: fix crashAvg1 copy 'n' paste error diffs (12 lines): diff --git a/java/sr

MonetDB: Oct2012 - SabaothDB: fix lastStart copy 'n' paste error

2012-09-10 Thread Gijs Molenaar
Changeset: 045162b6fc17 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=045162b6fc17 Modified Files: java/src/nl/cwi/monetdb/merovingian/SabaothDB.java Branch: Oct2012 Log Message: SabaothDB: fix lastStart copy 'n' paste error diffs (12 lines): diff --git a/java/sr