Changeset: 4328cd0a06ea for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4328cd0a06ea
Branch: default
Log Message:

merged


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

Reply via email to