Changeset: cc034098e5e5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cc034098e5e5 Modified Files: monetdb5/modules/mal/orderidx.c Branch: leftmart Log Message:
small fixes, getting close. added debug output diffs (20 lines): diff --git a/monetdb5/modules/mal/orderidx.c b/monetdb5/modules/mal/orderidx.c --- a/monetdb5/modules/mal/orderidx.c +++ b/monetdb5/modules/mal/orderidx.c @@ -112,6 +112,7 @@ OIDXcreateImplementation(Client cntxt, i q->argv[0] =loopvar; pushEndInstruction(smb); chkProgram(cntxt->fdout, cntxt->nspace, smb); + printFunction(THRdata[0], smb, 0 , 23); if (smb->errors) { msg = createException(MAL, "bat.orderidx", "Type errors in generated code"); @@ -122,7 +123,7 @@ OIDXcreateImplementation(Client cntxt, i newstk->stk[arg].vtype= TYPE_bat; newstk->stk[arg].val.bval= b->batCacheid; BBPincref(newstk->stk[arg].val.bval, TRUE); - msg = runMALsequence(cntxt, smb, 1, 0, newstk, 0, 0); + msg = runMALsequence(cntxt, smb, 1, 0, newstk, 0, 0); freeStack(newstk); } #ifdef _DEBUG_OIDX_ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list