Changeset: fe2544b023c7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fe2544b023c7 Modified Files: sql/backends/monet5/rel_bin.c sql/backends/monet5/sql_assert.c Branch: default Log Message:
English. diffs (24 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 @@ -3565,7 +3565,7 @@ insert_check_ukey(backend *be, list *ins } s = stmt_binop(be, stmt_aggr(be, s, NULL, NULL, cnt, 1, 0, 1), stmt_atom_lng(be, 0), ne); - /* 2e stage: find out if inserted are unique */ + /* 2nd stage: find out if inserted are unique */ if ((!idx_inserts && ins->nrcols) || (idx_inserts && idx_inserts->nrcols)) { /* insert columns not atoms */ sql_subfunc *or = sql_bind_func_result(sql->sa, sql->session->schema, "or", F_FUNC, bt, 2, bt, bt); stmt *orderby_ids = NULL, *orderby_grp = NULL; diff --git a/sql/backends/monet5/sql_assert.c b/sql/backends/monet5/sql_assert.c --- a/sql/backends/monet5/sql_assert.c +++ b/sql/backends/monet5/sql_assert.c @@ -30,7 +30,7 @@ #include "sql_scenario.h" /* * Assertion errors detected during the execution of a code block - * raises an exception. An debugger dump is generated upon request + * raise an exception. A debugger dump is generated upon request * to ease debugging. */ str _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list