Changeset: 491d5f5e3d60 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/491d5f5e3d60
Modified Files:
        monetdb5/modules/mal/tablet.c
Branch: resource_management
Log Message:

uncomment line


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
@@ -878,7 +878,7 @@ SQLinsert_val(allocator *ma, READERtask 
                        //if (data != buf)
                        //      GDKfree(data);
                } else {
-                       //allocator *ma = task->cntxt->curprg->def->ma;
+                       allocator *ma = task->cntxt->curprg->def->ma;
                        adt = fmt->frstr(ma, fmt, fmt->adt, s);
                }
        }
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to