Changeset: 4c3393d15e82 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4c3393d15e82
Modified Files:
        MonetDB5/src/optimizer/opt_datacyclotron.mx
Branch: default
Log Message:

Clean the function types for the mat.new used when you used datacyclotron.copy 
instead of datacyclotron.bind


diffs (11 lines):

diff -r f7dc61eafefd -r 4c3393d15e82 MonetDB5/src/optimizer/opt_datacyclotron.mx
--- a/MonetDB5/src/optimizer/opt_datacyclotron.mx       Wed Jul 14 14:22:31 
2010 +0200
+++ b/MonetDB5/src/optimizer/opt_datacyclotron.mx       Wed Jul 14 14:24:02 
2010 +0200
@@ -282,6 +282,7 @@
                                matq= newInstruction(NULL,ASSIGNsymbol);
                                setModuleId(matq,matRef);
                                setFunctionId(matq,newRef);
+                               clrFunction(matq);
                                getArg(matq,0)= getArg(p,0);
                                hgh.value.vtype= low.value.vtype= TYPE_oid;
 #else
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to