Changeset: e53e1ea8471d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e53e1ea8471d
Modified Files:
        monetdb5/optimizer/opt_wrapper.c
Branch: holindex
Log Message:

opt_wrapper: add missing cracker optimisers


diffs (13 lines):

diff --git a/monetdb5/optimizer/opt_wrapper.c b/monetdb5/optimizer/opt_wrapper.c
--- a/monetdb5/optimizer/opt_wrapper.c
+++ b/monetdb5/optimizer/opt_wrapper.c
@@ -113,6 +113,9 @@ struct{
        {"remap", &OPTremapImplementation},
        {"remoteQueries", &OPTremoteQueriesImplementation},
        {"reorder", &OPTreorderImplementation},
+       {"selcrackhol", &OPTselcrackholImplementation},
+       {"selcrack", &OPTselcrackImplementation},
+       {"selcrackst", &OPTselcrackstImplementation},
        {"strengthReduction", &OPTstrengthReductionImplementation},
        {0,0}
 };
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to