Changeset: 0a9dcf79aa52 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0a9dcf79aa52
Modified Files:
monetdb5/optimizer/opt_recycler.c
Branch: default
Log Message:
Also keep the mtime results
Mostly for debugging now.
diffs (13 lines):
diff --git a/monetdb5/optimizer/opt_recycler.c
b/monetdb5/optimizer/opt_recycler.c
--- a/monetdb5/optimizer/opt_recycler.c
+++ b/monetdb5/optimizer/opt_recycler.c
@@ -98,7 +98,8 @@ OPTrecyclerImplementation(Client cntxt,
getModuleId(p)== batstrRef || getModuleId(p)==
batmmathRef ||
getModuleId(p)== arrayRef || getModuleId(p)==
batmtimeRef ||
getModuleId(p)== batcalcRef || getModuleId(p)==
pcreRef ||
- getModuleId(p)== matRef || getModuleId(p) ==
calcRef )
+ getModuleId(p)== mtimeRef || getModuleId(p) ==
calcRef ||
+ getModuleId(p)== matRef )
){
pushInstruction(mb,p);
continue;
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list