Changeset: c18747b49388 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c18747b49388
Modified Files:
sql/backends/monet5/sql_copyinto.c
Branch: directappend
Log Message:
Accidentally passed lng_nil as an int argument
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_copyinto.c
b/sql/backends/monet5/sql_copyinto.c
--- a/sql/backends/monet5/sql_copyinto.c
+++ b/sql/backends/monet5/sql_copyinto.c
@@ -2111,7 +2111,7 @@ SQLload_file(Client cntxt, Tablet *as, b
/* claim rows in the table while waiting for the
workers to finish, */
str msg = directappend_claim(directappend,
task.top[task.cur], 0, NULL);
if (msg != MAL_SUCCEED) {
- tablet_error(&task, BATcount(countbat),
lng_nil, lng_nil, msg, "SQLload_file");
+ tablet_error(&task, BATcount(countbat),
lng_nil, int_nil, msg, "SQLload_file");
res = -1;
for (j = 0; j < threads; j++)
MT_sema_down(&ptask[j].reply);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list