Changeset: df5e589a4342 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/df5e589a4342
Modified Files:
monetdb5/modules/mal/tablet.c
Branch: resource_management
Log Message:
small fix
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]