Changeset: e00100ab8c48 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e00100ab8c48
Modified Files:
        monetdb5/modules/mal/mal_init.mx
        sql/backends/monet5/datacell/50_datacell.mal
Branch: default
Log Message:

datacell: don't unconditionally include opt_datacell


diffs (22 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
@@ -132,7 +132,6 @@
 include opt_garbageCollector;
 include opt_inline;
 include opt_derivepath;
-include opt_datacell;
 include opt_joinpath;
 include opt_macro;
 include opt_accessmode;
diff --git a/sql/backends/monet5/datacell/50_datacell.mal 
b/sql/backends/monet5/datacell/50_datacell.mal
--- a/sql/backends/monet5/datacell/50_datacell.mal
+++ b/sql/backends/monet5/datacell/50_datacell.mal
@@ -16,6 +16,7 @@
 # All Rights Reserved.
 
 # This loads the MonetDB/SQL module
+include opt_datacell;
 include datacell;
 include basket;
 include receptor;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to