Changeset: 5254b8a4bd53 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5254b8a4bd53
Modified Files:
sql/backends/monet5/datacell/datacell.c
sql/backends/monet5/datacell/datacell.mal
Branch: Aug2011
Log Message:
datacell: identify like other modules do
diffs (24 lines):
diff --git a/sql/backends/monet5/datacell/datacell.c
b/sql/backends/monet5/datacell/datacell.c
--- a/sql/backends/monet5/datacell/datacell.c
+++ b/sql/backends/monet5/datacell/datacell.c
@@ -101,6 +101,12 @@
sql_func *f;
sql_trans *tr;
+ if (m == NULL) {
+ fprintf(stdout, "# MonetDB/DataCell module loaded\n");
+ fflush(stdout); /* make merovingian see this *now* */
+ return MAL_SUCCEED;
+ }
+
s = mvc_bind_schema(m, schema_default);
if (s == NULL)
throw(SQL, "datacell.prelude", "Schema missing");
diff --git a/sql/backends/monet5/datacell/datacell.mal
b/sql/backends/monet5/datacell/datacell.mal
--- a/sql/backends/monet5/datacell/datacell.mal
+++ b/sql/backends/monet5/datacell/datacell.mal
@@ -105,3 +105,4 @@
address BSKTtableerrors
comment "Inspect the erroneous events";
+datacell.prelude();
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list