Changeset: 1846507313b0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1846507313b0
Modified Files:
        sql/include/sql_catalog.h
Branch: Sep2022
Log Message:

merged with jan2022


diffs (12 lines):

diff --git a/sql/include/sql_catalog.h b/sql/include/sql_catalog.h
--- a/sql/include/sql_catalog.h
+++ b/sql/include/sql_catalog.h
@@ -321,7 +321,7 @@ typedef struct sql_trans {
        list *dependencies;     /* list of dependencies created (list of sqlids 
from the objects) */
        list *depchanges;       /* list of dependencies changed (it would be 
tested for conflicts at the end of the transaction) */
 
-       int logchanges;         /* count number of changes to be applied to the 
wal */
+       lng logchanges;         /* count number of changes to be applied to the 
wal */
        int active;                     /* is active transaction */
        int status;                     /* status of the last query */
 
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to