Mercurial > hg > MonetDB
changeset 86185:9b9e105ed339 Jul2021
Changelog blurb.
| author | Sjoerd Mullender <sjoerd@acm.org> |
|---|---|
| date | Thu, 28 Jul 2022 13:52:07 +0200 |
| parents | 82fb8db73864 |
| children | 72c33149e1a9 |
| files | gdk/ChangeLog.Jul2021 |
| diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gdk/ChangeLog.Jul2021 +++ b/gdk/ChangeLog.Jul2021 @@ -1,6 +1,15 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Thu Jul 28 2022 Sjoerd Mullender <sjoerd@acm.org> +- Fixed an off-by-one error in the logger which caused older log files + to stick around longer in the write-ahead log than necessary. +- When an empty BAT is committed, skip writing (and synchronizing to + disk) the heap (tail and theap) files and write 0 for their sizes to + the BBP.dir file. When reading the BBP.dir file, if an empty BAT is + encountered, set the sizes of those files to 0. This fixes potential + issues during startup of the server (BBPcheckbats reporting errors). + * Wed Jun 22 2022 Sjoerd Mullender <sjoerd@acm.org> - Make sure heap files of transient bats get deleted when the bat is destroyed. If the bat was a partial view (sharing the vheap but not
