Changeset: 70c4dabfe420 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=70c4dabfe420 Modified Files: monetdb5/scheduler/mut_pack.c Branch: mutation Log Message:
Pack the candidate lists before the subselect diffs (21 lines): diff --git a/monetdb5/scheduler/mut_pack.c b/monetdb5/scheduler/mut_pack.c --- a/monetdb5/scheduler/mut_pack.c +++ b/monetdb5/scheduler/mut_pack.c @@ -221,7 +221,7 @@ mutationPack(Client cntxt, Mutant m){ } } else if( getModuleId(q) == sqlRef && - ( getFunctionId(q) == subdeltaRef /* || getFunctionId(q) == projectdeltaRef*/ )){ + ( (getFunctionId(q) == subdeltaRef && getArgPos(q,mvar) != 2)/* || getFunctionId(q) == projectdeltaRef*/ )){ int tpe = getTailType(getArgType(mb,q,0)); profiler = mb->profiler[i].trace; DEBUG_MULTICORE { @@ -275,7 +275,7 @@ mutationPack(Client cntxt, Mutant m){ } GDKfree(old); GDKfree(sink); - if( modified) + if(0 && modified) mutationMerge(cntxt,m); return modified; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list