Changeset: d739b2c3a14c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d739b2c3a14c Modified Files: sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurb. diffs (13 lines): diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,3 +1,9 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Mon Apr 25 2022 Sjoerd Mullender <[email protected]> +- GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables + as far as the table content is concerned. The schema information + stays global. This fixes an issue with concurrent access and cleanup + of stale data. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
