Changeset: 2ba1bc94dd9c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2ba1bc94dd9c
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: Jul2015
Log Message:

improved error message


diffs (12 lines):

diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -1309,7 +1309,7 @@ SQLproducer(void *p)
                        /* the input buffer should be extended, but 'base' is 
not shared
                           between the threads, which we can not now update.
                           Mimick an ateof instead; */
-                       tablet_error(task, lng_nil, int_nil, "", "SQLload_file, 
record too long");
+                       tablet_error(task, lng_nil, int_nil, "record too long", 
"");
                        ateof[cur] = 1;
 #ifdef _DEBUG_TABLET_CNTRL
                        mnstr_printf(GDKout, "#bailout on SQLload confronted 
with too large record\n");
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to