Changeset: 5d98010108ca for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/5d98010108ca
Modified Files:
sql/include/sql_catalog.h
Branch: Jan2022
Log Message:
merged with jul2021
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
@@ -317,7 +317,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 -- [email protected]
To unsubscribe send an email to [email protected]