Changeset: 40036f996b95 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=40036f996b95 Modified Files: monetdb5/optimizer/opt_mosaic.c Branch: mosaic Log Message:
Output sql.tid should (for now) not be decompressed. This only makes sense once we have a mosaic version of sql.tid. diffs (26 lines): diff --git a/monetdb5/optimizer/opt_mosaic.c b/monetdb5/optimizer/opt_mosaic.c --- a/monetdb5/optimizer/opt_mosaic.c +++ b/monetdb5/optimizer/opt_mosaic.c @@ -129,22 +129,6 @@ OPTmosaicImplementation(Client cntxt, Ma getArg(q,0) = j; p= 0; actions++; - } else - if ( getModuleId(p) == sqlRef && getFunctionId(p) == tidRef){ - //decompress before use such that it can be used properly - pushInstruction(mb,p); - j= getArg(p,0); - check[getArg(p,0)] = 0; - - q = newStmt(mb,mosaicRef,decompressRef); - setVarType(mb,getArg(q,0), getVarType(mb,getArg(p,0))); - setVarUDFtype(mb,getArg(q,0)); - - getArg(p,0) = getArg(q,0); - q = pushArgument(mb,q,getArg(q,0)); - getArg(q,0) = j; - p= 0; - actions++; }else if ( getModuleId(p) == algebraRef && (getFunctionId(p) == selectRef || getFunctionId(p) == thetaselectRef) && check[getArg(p,1)] != 0){ setModuleId(p, mosaicRef); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list