Changeset: 663f4e388b59 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=663f4e388b59 Modified Files: MonetDB5/src/modules/mal/mal_init.mx Branch: default Log Message:
Include the xml atomary type. diffs (11 lines): diff -r 60f05ef97f0d -r 663f4e388b59 MonetDB5/src/modules/mal/mal_init.mx --- a/MonetDB5/src/modules/mal/mal_init.mx Wed May 19 21:41:53 2010 +0200 +++ b/MonetDB5/src/modules/mal/mal_init.mx Wed May 19 22:17:21 2010 +0200 @@ -254,6 +254,7 @@ include opt_remoteQueries; include crackers; +include xml; @- @mal # Any extensions (MAL scripts) that should be automatically loaded upon _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
