Changeset: 34ce49f07ef5 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=34ce49f07ef5 Modified Files: monetdb5/optimizer/opt_pushranges.c Branch: Oct2014 Log Message:
Incomplete optimizer it should be extended with subselect semantics onces integrated again in the default pipe line. diffs (13 lines): diff --git a/monetdb5/optimizer/opt_pushranges.c b/monetdb5/optimizer/opt_pushranges.c --- a/monetdb5/optimizer/opt_pushranges.c +++ b/monetdb5/optimizer/opt_pushranges.c @@ -17,6 +17,9 @@ * All Rights Reserved. */ +/* (c) M Kersten + * This optimizer is deprecated, it does not handle subselects correctly. + */ #include "monetdb_config.h" #include "opt_pushranges.h" #include "mal_interpreter.h" /* for showErrors() */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list