Changeset: bfbca91b139d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bfbca91b139d
Modified Files:
        tools/mserver/shutdowntest.c
Branch: Aug2018
Log Message:

Skip syncing in shutdowntest.


diffs (11 lines):

diff --git a/tools/mserver/shutdowntest.c b/tools/mserver/shutdowntest.c
--- a/tools/mserver/shutdowntest.c
+++ b/tools/mserver/shutdowntest.c
@@ -132,6 +132,7 @@ static str monetdb_initialize(void) {
                retval = GDKstrdup("GDKinit() failed");
                goto cleanup;
        }
+       GDKdebug |= NOSYNCMASK;
 
        if (GDKsetenv("mapi_disable", "true") != GDK_SUCCEED) {
                retval = GDKstrdup("GDKsetenv failed");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to