Changeset: 29c2d7ae7606 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=29c2d7ae7606 Modified Files: sql/storage/bat/bat_storage.c Branch: Oct2020 Log Message:
add some more safety. diffs (11 lines): diff --git a/sql/storage/bat/bat_storage.c b/sql/storage/bat/bat_storage.c --- a/sql/storage/bat/bat_storage.c +++ b/sql/storage/bat/bat_storage.c @@ -2847,6 +2847,7 @@ update_table(sql_trans *tr, sql_table *f if (ok == LOG_OK && tt->idxs.set) { if (ot) o = ot->idxs.set->h; + if (ft->idxs.set && tt->idxs.set) for (n = ft->idxs.set->h, m = tt->idxs.set->h; ok == LOG_OK && n && m; n = n->next, m = m->next, o=(o?o->next:NULL)) { sql_idx *ci = n->data; sql_idx *oi = m->data; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list