Changeset: 87db967d8f91 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=87db967d8f91
Modified Files:
        sql/backends/monet5/datacell/datacell.c
Branch: default
Log Message:

datacell: make it clear the SQL error is the reason DC can't start


diffs (15 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
@@ -87,9 +87,8 @@ DCprelude(Client cntxt, MalBlkPtr mb, Ma
        sql_func *f;
        sql_trans *tr;
 
-       if ( msg) {
-               fprintf(stdout, "# MonetDB/DataCell module not loaded\n");
-               fprintf(stdout, "# %s\n",msg);
+       if (msg) {
+               fprintf(stdout, "# MonetDB/DataCell module not loaded: %s\n", 
msg);
                fflush(stdout); /* make merovingian see this *now* */
                GDKfree(msg);
                return MAL_SUCCEED;
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to