Changeset: c50e539d7d09 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c50e539d7d09
Modified Files:
        monetdb5/optimizer/opt_mergetable.c
Branch: default
Log Message:

revert change, needs more work..


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_mergetable.c 
b/monetdb5/optimizer/opt_mergetable.c
--- a/monetdb5/optimizer/opt_mergetable.c
+++ b/monetdb5/optimizer/opt_mergetable.c
@@ -2135,7 +2135,7 @@ OPTmergetableImplementation(Client cntxt
 
                /* delta* operator have a ins bat as last argument, we move the 
inserts into the last delta statement, ie
                 * all but last need to remove one argument */
-               if (match == 3 && (bats == 4 || bats == 5) && isDelta(p) && 
+               if (match == 3 && (bats == 4 /*|| bats == 5*/) && isDelta(p) && 
                   (m=is_a_mat(getArg(p,fm), &ml)) >= 0 &&
                   (n=is_a_mat(getArg(p,fn), &ml)) >= 0 &&
                   (o=is_a_mat(getArg(p,fo), &ml)) >= 0){
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to