Changeset: e97f2ca623e6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e97f2ca623e6 Modified Files: sql/storage/store.c Branch: sciql Log Message:
typo diffs (12 lines): diff --git a/sql/storage/store.c b/sql/storage/store.c --- a/sql/storage/store.c +++ b/sql/storage/store.c @@ -628,7 +628,7 @@ if (!isTable(t) && !isMergeTable(t)) return t; - /* load idx's first as the may be needed by the keys */ + /* load idx's first as they may be needed by the keys */ idx_table_id = find_sql_column(idxs, "table_id"); rs = table_funcs.rids_select(tr, idx_table_id, &t->base.id, &t->base.id, NULL); for(rid = table_funcs.rids_next(rs); rid != oid_nil; rid = table_funcs.rids_next(rs)) { _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list