Changeset: d599482e5606 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d599482e5606
Modified Files:
monetdb5/mal/mal_interpreter.c
Branch: mutation
Log Message:
A complete call just designates the start instruction.
diffs (12 lines):
diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -687,7 +687,7 @@ str runMALsequence(Client cntxt, MalBlkP
if (lhs->vtype == TYPE_bat)
BBPincref(lhs->val.bval, TRUE);
}
- ret = runMALsequence(cntxt, pci->blk,
1, pci->blk->stop, nstk, stk, pci);
+ ret = runMALsequence(cntxt, pci->blk,
1, 0, nstk, stk, pci);
GDKfree(nstk);
}
break;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list