Changeset: 7af68663b7df for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7af68663b7df
Modified Files:
        monetdb5/mal/mal_listing.c
Branch: Dec2016
Log Message:

Dont ignore rendering of the querlog statements


diffs (12 lines):

diff --git a/monetdb5/mal/mal_listing.c b/monetdb5/mal/mal_listing.c
--- a/monetdb5/mal/mal_listing.c
+++ b/monetdb5/mal/mal_listing.c
@@ -257,7 +257,7 @@ instruction2str(MalBlkPtr mb, MalStkPtr 
                }
        }
        advance(t,base,len);
-       if (p->token == REMsymbol) {
+       if (p->token == REMsymbol && strcmp(getModuleId(p),"querylog") ) {
                /* do nothing */
        } else if (p->barrier) {
                if (p->barrier == LEAVEsymbol || 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to