Changeset: 9c3ff1fe83e3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9c3ff1fe83e3 Modified Files: sql/backends/monet5/mal_backend.h Branch: default Log Message:
Updated comment diffs (13 lines): diff --git a/sql/backends/monet5/mal_backend.h b/sql/backends/monet5/mal_backend.h --- a/sql/backends/monet5/mal_backend.h +++ b/sql/backends/monet5/mal_backend.h @@ -45,8 +45,7 @@ typedef struct backend { MalBlkPtr mb; /* needed during mal generation */ int mvc_var; /* current variable holding the latest query context (used to create dependencies in mal statements) */ - int rowcount; /* When multiple insert/update/delete/truncate statements are sent, use an accumulator to hold all the inserted rows - * the total number of rows affected. */ + int rowcount; /* when multiple insert/update/delete/truncate statements are present, use an accumulator to hold the total number of rows affected */ int vtop; /* top of the variable stack before the current function */ int vid; /* old variable id top before the current function */ int join_idx; /* number of index joins (used in rel_bin) */ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list