MonetDB: malparsing - Properly return exceptions from MAL progra...

2017-04-01 Thread Martin Kersten
Changeset: 7e0dcd53c7c9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7e0dcd53c7c9 Modified Files: clients/Tests/exports.stable.out monetdb5/ChangeLog monetdb5/extras/mal_optimizer_template/opt_sql_append.c monetdb5/mal/mal_function.c

MonetDB: malparsing - Avoid showing exceptions directly

2017-04-01 Thread Martin Kersten
Changeset: d12fc065d77e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d12fc065d77e Modified Files: monetdb5/mal/mal_parser.c monetdb5/mal/mal_private.h monetdb5/mal/mal_scenario.c monetdb5/mal/mal_session.c monetdb5/modules/mal/orderid

MonetDB: malparsing - Fix type identifier syntax

2017-04-01 Thread Martin Kersten
Changeset: ecfdc96f0e03 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ecfdc96f0e03 Modified Files: monetdb5/modules/mal/txtsim.mal Branch: malparsing Log Message: Fix type identifier syntax diffs (51 lines): diff --git a/monetdb5/modules/mal/txtsim.mal b/monetdb5

MonetDB: malparsing - No autoload file known

2017-04-01 Thread Martin Kersten
Changeset: 27e6d05c9ae2 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=27e6d05c9ae2 Modified Files: monetdb5/modules/mal/mal_init.mal Branch: malparsing Log Message: No autoload file known diffs (9 lines): diff --git a/monetdb5/modules/mal/mal_init.mal b/monetdb5

MonetDB: malparsing - Typo

2017-04-01 Thread Martin Kersten
Changeset: 5a27055ace19 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5a27055ace19 Modified Files: monetdb5/optimizer/optimizer.mal Branch: malparsing Log Message: Typo diffs (12 lines): diff --git a/monetdb5/optimizer/optimizer.mal b/monetdb5/optimizer/optimizer

MonetDB: malparsing - Refine defense line in MALoptimizer, ignor...

2017-04-01 Thread Martin Kersten
Changeset: 9782c46e607f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9782c46e607f Modified Files: monetdb5/optimizer/opt_support.c Branch: malparsing Log Message: Refine defense line in MALoptimizer, ignore signature only procs diffs (45 lines): diff --git a/mon

MonetDB: malparsing - Fix the error message

2017-04-01 Thread Martin Kersten
Changeset: 424333a13c63 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=424333a13c63 Modified Files: sql/backends/monet5/sql.c sql/backends/monet5/sql.mal Branch: malparsing Log Message: Fix the error message diffs (33 lines): diff --git a/sql/backends/mone

MonetDB: malparsing - Return last command time

2017-04-01 Thread Martin Kersten
Changeset: e832caa55aa3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e832caa55aa3 Modified Files: monetdb5/modules/mal/clients.c Branch: malparsing Log Message: Return last command time diffs (12 lines): diff --git a/monetdb5/modules/mal/clients.c b/monetdb5/mod

MonetDB: malparsing - Fix MAL errors and freeException

2017-04-01 Thread Martin Kersten
Changeset: d2a8007638c0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d2a8007638c0 Modified Files: geom/monetdb5/geom.c geom/monetdb5/geom.mal Branch: malparsing Log Message: Fix MAL errors and freeException diffs (122 lines): diff --git a/geom/monetdb5/g

MonetDB: malparsing - Revert error checking and pipeline compila...

2017-04-01 Thread Martin Kersten
Changeset: 4ceab0917be9 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ceab0917be9 Modified Files: monetdb5/optimizer/opt_aliases.c monetdb5/optimizer/opt_candidates.c monetdb5/optimizer/opt_coercion.c monetdb5/optimizer/opt_commonTerms.c

MonetDB: malparsing - Stratified error handling and checking BUN...

2017-04-01 Thread Martin Kersten
Changeset: 626b8794d02f for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=626b8794d02f Modified Files: monetdb5/modules/atoms/mtime.c monetdb5/modules/atoms/url.c monetdb5/modules/atoms/uuid.c Branch: malparsing Log Message: Stratified error handling and

MonetDB: malparsing - Test for recursive MAL function

2017-04-01 Thread Martin Kersten
Changeset: 5f7075b34169 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f7075b34169 Added Files: monetdb5/mal/Tests/tst781.malC Modified Files: monetdb5/mal/Tests/All Branch: malparsing Log Message: Test for recursive MAL function diffs (30 lines): diff --

MonetDB: malparsing - Major cleanup of error handling and client...

2017-04-01 Thread Martin Kersten
Changeset: 4bf9094630ca for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4bf9094630ca Added Files: monetdb5/ChangeLog.malparsing Removed Files: monetdb5/mal/mal_readline.c monetdb5/mal/mal_readline.h Modified Files: monetdb5/extras/mal_optimizer_

MonetDB: malparsing - Merge with default

2017-04-01 Thread Martin Kersten
Changeset: 5b1ac0d280b0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5b1ac0d280b0 Added Files: sql/test/BugTracker-2017/Tests/crash_after_oidx_on_sys_statistics.Bug-6251.sql sql/test/BugTracker-2017/Tests/crash_after_oidx_on_sys_statistics.Bug-6251.stable.

MonetDB: malparsing - Fix 'L' command variant

2017-04-01 Thread Martin Kersten
Changeset: ad758da8d583 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ad758da8d583 Modified Files: monetdb5/mal/mal_debugger.c Branch: malparsing Log Message: Fix 'L' command variant Also show all functions with the same mod.fcn diffs (62 lines): diff --git a/mon