Changeset: 60595c64d3d0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/60595c64d3d0
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: Jan2022
Log Message:

Merge with Jul2021 branch.


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
@@ -1671,7 +1671,7 @@ SQLload_file(Client cntxt, Tablet *as, b
                ptask[j].id = j;
                ptask[j].cols = (int *) GDKzalloc(as->nr_attrs * sizeof(int));
                if (ptask[j].cols == NULL) {
-                       tablet_error(&task, lng_nil, lng_nil, int_nil, 
SQLSTATE(HY013) MAL_MALLOC _FAIL, "SQLload_file");
+                       tablet_error(&task, lng_nil, lng_nil, int_nil, 
SQLSTATE(HY013) MAL_MALLOC_FAIL, "SQLload_file");
                        task.id = -1;
                        MT_sema_up(&task.producer);
                        goto bailout;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to