Changeset: a6e3fa9893dd for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a6e3fa9893dd
Branch: default
Log Message:
Merge with Dec2025 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
@@ -655,8 +655,6 @@ tablet_error(READERtask *task, lng idx,
{
assert(is_int_nil(col) || col >= 0);
assert(is_lng_nil(lineno) || lineno >= 1);
- allocator *ma = task->cntxt->curprg->def->ma;
- assert(ma);
MT_lock_set(&errorlock);
if (task->cntxt->error_row != NULL
&& (BUNappend(task->cntxt->error_row, &lineno, false) !=
GDK_SUCCEED
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]