Changeset: 72da4e1d61a8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=72da4e1d61a8
Modified Files:
monetdb5/modules/mal/tablet.c
Branch: Oct2012
Log Message:
Don't continue inserting in a column after an error.
If the error was an allocation failure, continuing results in a crash.
diffs (11 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
@@ -1102,6 +1102,7 @@ SQLworker_column(READERtask *task, int c
} else
BUNins(task->as->complaints, NULL, err,
TRUE);
MT_lock_unset(&mal_copyLock, "tablet insert
value");
+ break;
}
}
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list