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

sql.bind and sql.emptybind with access=RD_UPD_ID don't return candidate lists.


diffs (14 lines):

diff --git a/monetdb5/optimizer/opt_candidates.c 
b/monetdb5/optimizer/opt_candidates.c
--- a/monetdb5/optimizer/opt_candidates.c
+++ b/monetdb5/optimizer/opt_candidates.c
@@ -38,10 +38,6 @@ OPTcandidatesImplementation(Client cntxt
                                setVarCList(mb,getArg(p,0));
                        else if(getFunctionId(p) == subdeltaRef) 
                                setVarCList(mb,getArg(p,0));
-                       else if(getFunctionId(p) == emptybindRef && p->retc == 
2) 
-                               setVarCList(mb,getArg(p,0));
-                       else if(getFunctionId(p) == bindRef && p->retc == 2) 
-                               setVarCList(mb,getArg(p,0));
                }
                else if( getModuleId(p) == algebraRef ){
                        if(getFunctionId(p) == selectRef || getFunctionId(p) == 
thetaselectRef)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to