Changeset: 5670029d93b7 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5670029d93b7 Modified Files: monetdb5/optimizer/opt_support.h Branch: Jul2012 Log Message:
opt_accessmode was not removed in Jul2012 diffs (11 lines): diff --git a/monetdb5/optimizer/opt_support.h b/monetdb5/optimizer/opt_support.h --- a/monetdb5/optimizer/opt_support.h +++ b/monetdb5/optimizer/opt_support.h @@ -41,6 +41,7 @@ * The optimizers should all be equiped with debugging code * to easily trace their performance. */ +#define DEBUG_OPT_ACCESSMODE 1 #define DEBUG_OPT_OPTIMIZER 2 #define DEBUG_OPT_ALIASES 3 #define DEBUG_OPT_REDUCE 4 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
