Changeset: af1d98fe71c4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=af1d98fe71c4
Modified Files:
monetdb5/optimizer/opt_candidates.c
Branch: Dec2016
Log Message:
crossproduct does not produce a candidate list.
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
@@ -54,10 +54,6 @@ OPTcandidatesImplementation(Client cntxt
setVarCList(mb,getArg(p,0));
if(getFunctionId(p) == intersectcandRef )
setVarCList(mb,getArg(p,0));
- if(getFunctionId(p) == crossRef ){
- setVarCList(mb,getArg(p,0));
- setVarCList(mb,getArg(p,1));
- }
}
if( getModuleId(p) == generatorRef){
if(getFunctionId(p) == subselectRef || getFunctionId(p)
== thetasubselectRef)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list