MonetDB: wlcr - Add differente stages for the master role

2017-02-06 Thread Martin Kersten
Changeset: 360197e5efb7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=360197e5efb7 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/SQL-dump.stable.out clients/Tests/SQL-dump.

MonetDB: default - Removed table sys.connections.

2017-02-06 Thread Sjoerd Mullender
Changeset: 873075e01254 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=873075e01254 Removed Files: sql/storage/store_connections.c sql/storage/store_connections.h sql/test/Connections/Tests/All sql/test/Connections/Tests/connections.py

MonetDB: default - Change -x mod on file

2017-02-06 Thread lsidir
Changeset: 5d19f8cf2b56 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5d19f8cf2b56 Modified Files: gdk/gdk_interprocess.h Branch: default Log Message: Change -x mod on file diffs (3 lines): diff --git a/gdk/gdk_interprocess.h b/gdk/gdk_interprocess.h old mode 100

MonetDB: wlcr - Export the functions properly

2017-02-06 Thread Martin Kersten
Changeset: eafba476c481 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eafba476c481 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 monetdb5/modules/mal/wlcr.mal sql/backends/monet5/sql_wlc

MonetDB: wlcr - Approve output

2017-02-06 Thread Martin Kersten
Changeset: a5673003a309 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a5673003a309 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 Branch: wlcr Log Message: Approve output diffs (24 lines): diff --git

MonetDB: wlcr - Approve output

2017-02-06 Thread Martin Kersten
Changeset: 11726567fbe3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=11726567fbe3 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/SQL-dump.stable.out clients/Tests/SQL-dump.

MonetDB: wlcr - Fix interface

2017-02-06 Thread Martin Kersten
Changeset: 2a440e935984 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2a440e935984 Modified Files: sql/backends/monet5/sql_wlcr.mal Branch: wlcr Log Message: Fix interface diffs (14 lines): diff --git a/sql/backends/monet5/sql_wlcr.mal b/sql/backends/monet5/sql_w

MonetDB: wlcr - Handle deletion propagation

2017-02-06 Thread Martin Kersten
Changeset: b9e0039a1610 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b9e0039a1610 Modified Files: monetdb5/modules/mal/wlcr.c Branch: wlcr Log Message: Handle deletion propagation and the a missing GDKexiting check. diffs (92 lines): diff --git a/monetdb5/module

MonetDB: wlcr - Better handling of errors

2017-02-06 Thread Martin Kersten
Changeset: a22d696ffb88 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a22d696ffb88 Modified Files: sql/backends/monet5/sql_wlcr.c Branch: wlcr Log Message: Better handling of errors When the replay fails, it should stop The error is kept in the replay config file.

MonetDB: wlcr - Reset error mark too

2017-02-06 Thread Martin Kersten
Changeset: c4935fe5cdd0 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c4935fe5cdd0 Modified Files: monetdb5/mal/mal_instruction.c Branch: wlcr Log Message: Reset error mark too When resetting the MAL block also zap the error flag diffs (11 lines): diff --git a/mo