Changeset: bd82d4388f73 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bd82d4388f73
Modified Files:
monetdb5/modules/mal/mal_init.mx
monetdb5/optimizer/Makefile.ag
Branch: default
Log Message:
opt_partitions has been removed; hence we cannot compile or load it anymore
I am puzzled, why compilation did work,
and not complain about missing opt_partitions.mx ! ???
At least starting mserver5 correctly complained about
#WARNING: MALException:malInclude:could not open file: opt_partitions
(well, I still prefer to turn such warnings into errors and refuse
staring mserver5 at all in such cases ...)
TODO:
Also remove opt_partitions from Windows installer project files:
NT/installer32/MonetDB5-SQL-Installer.vdproj: "SourcePath" =
"8:lib\\monetdb5\\opt_partitions.mal"
NT/installer32/MonetDB5-SQL-Installer.vdproj: "TargetName" =
"8:opt_partitions.mal"
NT/installer64/MonetDB5-SQL-Installer.vdproj: "SourcePath" =
"8:lib\\monetdb5\\opt_partitions.mal"
NT/installer64/MonetDB5-SQL-Installer.vdproj: "TargetName" =
"8:opt_partitions.mal"
diffs (31 lines):
diff --git a/monetdb5/modules/mal/mal_init.mx b/monetdb5/modules/mal/mal_init.mx
--- a/monetdb5/modules/mal/mal_init.mx
+++ b/monetdb5/modules/mal/mal_init.mx
@@ -140,7 +140,6 @@
include opt_reorder;
include opt_octopus;
include opt_origin;
-include opt_partitions;
include opt_peephole;
include opt_prejoin;
include opt_qep;
diff --git a/monetdb5/optimizer/Makefile.ag b/monetdb5/optimizer/Makefile.ag
--- a/monetdb5/optimizer/Makefile.ag
+++ b/monetdb5/optimizer/Makefile.ag
@@ -58,7 +58,6 @@
opt_multiplex.mx \
opt_octopus.mx \
opt_origin.mx \
- opt_partitions.mx \
opt_peephole.mx \
opt_pipes.mx \
opt_prejoin.mx \
@@ -88,7 +87,7 @@
opt_coercion.mx opt_emptySet.mx opt_peephole.mx
opt_multiplex.mx \
opt_singleton.mx opt_costModel.mx opt_reduce.mx opt_macro.mx \
opt_accumulators.mx opt_qep.mx opt_mergetable.mx \
- opt_remoteQueries.mx opt_joinselect.mx opt_partitions.mx \
+ opt_remoteQueries.mx opt_joinselect.mx \
opt_reorder.mx opt_prejoin.mx opt_compression.mx \
opt_evaluate.mx opt_inline.mx opt_pushranges.mx
opt_derivepath.mx \
opt_accessmode.mx opt_joinpath.mx opt_heuristics.mx
opt_remap.mx \
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list