Changeset: a7baaf5086dc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a7baaf5086dc Modified Files: sql/backends/monet5/rel_bin.c Branch: nested Log Message:
initialisation missing diffs (12 lines): diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c --- a/sql/backends/monet5/rel_bin.c +++ b/sql/backends/monet5/rel_bin.c @@ -5985,7 +5985,7 @@ insert_ms(backend *be, sql_table *st, sq int len; stmt **updates = table_update_stmts(sql, st, &len); - stmt *insert = NULL, *cnt, *pos; + stmt *insert = NULL, *cnt, *pos = NULL; node *n, *m; for (n = ol_first_node(st->columns), m = ms->op4.lval->h; n && m; ) { _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org