Changeset: db99435c8edb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=db99435c8edb
Modified Files:
        monetdb5/optimizer/opt_iot.c
Branch: iot
Log Message:

Always tumble on input


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_iot.c b/monetdb5/optimizer/opt_iot.c
--- a/monetdb5/optimizer/opt_iot.c
+++ b/monetdb5/optimizer/opt_iot.c
@@ -182,7 +182,7 @@ OPTiotImplementation(Client cntxt, MalBl
                        if (p->token == ENDsymbol && btop > 0 && noerror==0) {
                                // empty all baskets used only when we are 
optimizing a cq
                                for(j = 0; j < btop; j++)
-                               if( input[j] && output[j]==0){
+                               if( input[j] ){
                                        r =  newStmt(mb, basketRef, tumbleRef);
                                        r =  pushArgument(mb,r, lastmvc);
                                        r =  pushStr(mb,r, schemas[j]);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to