Changeset: 23e0f2320dfd for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=23e0f2320dfd
Modified Files:
        monetdb5/modules/mal/mal_init.mx
Branch: default
Log Message:

there is no "opt_slicing" anymore ...

it seems to have been renamed to or replaced by opt_partition
by changeset 61a7a8be67c7
"
 user:        [email protected]
 date:        Mon Aug 01 00:30:31 2011 +0200
 files:       monetdb5/optimizer/Makefile.ag 
monetdb5/optimizer/opt_partition.mx monetdb5/optimizer/opt_partitions.mx 
monetdb5/optimizer/opt_prelude.mx monetdb5/optimizer/opt_slicing.mx 
monetdb5/optimizer/opt_support.mx
 description:
 Commit of intermediate stage of partitions
 The current code base is experimental and mostly geared at
 creation of MAL blocks walking their way through a partitioned
 database. Consolidation of the partial results is not yet
 working properly.
"

(found by mserver5 complaining about
#WARNING: MALException:malInclude:could not open file: opt_slicing
and then digging deeply into the HG history ...)


diffs (12 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
@@ -148,7 +148,7 @@
 include opt_reduce;
 include opt_remap;
 include opt_recycler;
-include opt_slicing;
+include opt_partition;
 include opt_singleton;
 include opt_strengthReduction;
 include opt_statistics;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to