Changeset: 7a8da8e5df19 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/7a8da8e5df19 Modified Files: sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurbs. diffs (16 lines): diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,3 +1,12 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed Dec 7 2022 Sjoerd Mullender <[email protected]> +- A bug was fixed when optimizing combining of range select + subexpressions. +- If there was an error in one of the special commands to the server + (e.g. setting the reply size for result sets), the server could get + into an infinite loop. This has been fixed. +- Fixed a double cleanup after a failed allocation in COPY INTO. The + double cleanup could cause a crash due to a race condition it enabled. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
