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

Use the correct MAL function (LIST_MAL_MAPI) in DataCell.
This fixed the DataCell build.


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_MAPI);
+               printFunction(cntxt->fdout,mb,0,LIST_MAL_STMT | LIST_MAL_MAPI);
        }
        DEBUGoptimizers
                mnstr_printf(cntxt->fdout,"#opt_reduce: " LLFMT " ms\n",t);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to