From a76456a7fb2c1f9b4b56a73b8a4a838a542b4596 Mon Sep 17 00:00:00 2001 From: Dmitry Yemanov Date: Mon, 31 Jul 2023 15:28:27 +0300 Subject: [PATCH] Added the final doc items --- doc/WhatsNew | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/WhatsNew b/doc/WhatsNew index a4161124f3c..87be6acb653 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -34,6 +34,14 @@ DROP TABLE executed for a table with big records may lead to "wrong page type" or "end of file" error Contributor(s): Vlad Khorsun, Ilya Eremin + * Bugfix #7662 + Peformance issues in prepare_update() + Contributor(s): Ilya Eremin + + * Bugfix #7661 + FB3 CS rejects new connections + Contributor(s): Vlad Khorsun + * Bugfix #7626 Segfault when new attachment is done to shutting down database Contributor(s): Alexander Peshkov @@ -158,6 +166,10 @@ Starting operator become unstable on indexed varchar fields Contributor(s): Adriano dos Santos Fernandes + * Bugfix #7233 + Slow database restore when Classic server mode is used + Contributor(s): Ilya Eremin + * Bugfix #6947 Query to mon$ tables does not return data when the encryption/decryption thread is running Contributor(s): Alexander Peshkov