Changeset: 0616260570c8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0616260570c8
Modified Files:
        monetdb5/optimizer/opt_recycler.mx
Branch: Jul2012
Log Message:

opt_recycler: revert 186f8c9f62b4 for this file

In 186f8c9f62b4 baseTableMode was set to 1 (only recycle base tables),
which previously was 0.  From this moment on, mal/recycle04 test started
to fail, since user.bind() no longer was picked up as recyclable
instruction.


diffs (12 lines):

diff --git a/monetdb5/optimizer/opt_recycler.mx 
b/monetdb5/optimizer/opt_recycler.mx
--- a/monetdb5/optimizer/opt_recycler.mx
+++ b/monetdb5/optimizer/opt_recycler.mx
@@ -115,7 +115,7 @@ comment "Recycler marking and code injec
 #include "mal_instruction.h"
 
 static lng recycleSeq = 0;             /* should become part of MAL block 
basics */
-static bte baseTableMode = 1;  /* only recycle base tables */
+static bte baseTableMode = 0;  /* only recycle base tables */
 
 static int
 OPTrecycleImplementation(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to