Changeset: 62e30aed0c7c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/62e30aed0c7c
Modified Files:
        monetdb5/mal/mal_client.c
Branch: default
Log Message:

Reenable assert.


diffs (12 lines):

diff --git a/monetdb5/mal/mal_client.c b/monetdb5/mal/mal_client.c
--- a/monetdb5/mal/mal_client.c
+++ b/monetdb5/mal/mal_client.c
@@ -431,7 +431,7 @@ MCcloseClient(Client c)
        free(c->handshake_options);
        c->handshake_options = NULL;
        MT_thread_set_qry_ctx(NULL);
-       //assert(c->qryctx.datasize == 0);
+       assert(c->qryctx.datasize == 0);
        MT_sema_destroy(&c->s);
        MT_lock_set(&mal_contextLock);
        if (shutdowninprogress) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to