Changeset: 4ecd3a2a4e82 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4ecd3a2a4e82
Modified Files:
        sql/backends/monet5/datacell/opt_datacell.c
Branch: datacell
Log Message:

Repalce LIST_MAL_STMT with LIST_MAL_ALL
Not sure why - this was done on default as part of "mal statement rendering 
code"


diffs (12 lines):

diff --git a/sql/backends/monet5/datacell/opt_datacell.c 
b/sql/backends/monet5/datacell/opt_datacell.c
--- a/sql/backends/monet5/datacell/opt_datacell.c
+++ b/sql/backends/monet5/datacell/opt_datacell.c
@@ -361,7 +361,7 @@ OPTdatacell(Client cntxt, MalBlkPtr mb, 
        msg= optimizerCheck(cntxt, mb, "optimizer.datacell", actions, 
t=(GDKusec() - clk),OPT_CHECK_ALL);
        OPTDEBUGdatacell {
                mnstr_printf(cntxt->fdout,"=FINISHED datacell %d\n",actions);
-               printFunction(cntxt->fdout,mb,0,LIST_MAL_STMT | LIST_MAL_MAPI);
+               printFunction(cntxt->fdout,mb,0,LIST_MAL_ALL | LIST_MAL_MAPI);
        }
        DEBUGoptimizers
                mnstr_printf(cntxt->fdout,"#opt_reduce: " LLFMT " ms\n",t);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to