Changeset: 491689d7b623 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=491689d7b623
Modified Files:
monetdb5/modules/mal/Makefile.ag
monetdb5/modules/mal/mal_init.mx
monetdb5/optimizer/Makefile.ag
Branch: Mar2011
Log Message:
replication: do not compile/enable this faulty module
Due to the new address check, this module caught my attention. Apart
from that its functions can't be resolved apparently, this stuff doesn't
work, and isn't finished for sure. It shouldn't be enabled by default
ever.
diffs (59 lines):
diff --git a/monetdb5/modules/mal/Makefile.ag b/monetdb5/modules/mal/Makefile.ag
--- a/monetdb5/modules/mal/Makefile.ag
+++ b/monetdb5/modules/mal/Makefile.ag
@@ -56,7 +56,6 @@
profiler.mx \
recycle.mx \
remote.mx \
- replication.mx \
sabaoth.mx \
statistics.mx \
tablet.mx \
@@ -80,7 +79,7 @@
urlbox.mx statistics.mx transaction.mx \
mal_mapi.mx sabaoth.mx remote.mx \
bpm.mx txtsim.mx recycle.mx \
- cluster.mx trader.mx replication.mx pma.mx \
+ cluster.mx trader.mx pma.mx \
tokenizer.mx zorder.mx
}
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
@@ -149,7 +149,6 @@
include opt_pushranges;
include opt_reduce;
include opt_remap;
-include opt_replication;
include opt_recycler;
include opt_singleton;
include opt_strengthReduction;
@@ -163,7 +162,6 @@
include cluster;
include opt_cluster;
include txtsim;
-include replication;
include tokenizer;
include zorder;
diff --git a/monetdb5/optimizer/Makefile.ag b/monetdb5/optimizer/Makefile.ag
--- a/monetdb5/optimizer/Makefile.ag
+++ b/monetdb5/optimizer/Makefile.ag
@@ -70,7 +70,6 @@
opt_remap.mx \
opt_remoteQueries.mx \
opt_reorder.mx \
- opt_replication.mx \
opt_selcrack.mx \
opt_sidcrack.mx \
opt_singleton.mx \
@@ -96,7 +95,7 @@
opt_evaluate.mx opt_inline.mx opt_pushranges.mx
opt_derivepath.mx \
opt_accessmode.mx opt_joinpath.mx opt_heuristics.mx
opt_remap.mx \
opt_statistics.mx opt_trace.mx opt_recycler.mx opt_dataflow.mx
\
- opt_cluster.mx opt_replication.mx opt_dictionary.mx
opt_mapreduce.mx \
+ opt_cluster.mx opt_dictionary.mx opt_mapreduce.mx \
opt_mitosis.mx opt_octopus.mx opt_tarantula.mx opt_history.mx
opt_selcrack.mx opt_sidcrack.mx
}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list