From ea1a7d14399c4bc7013d33a969a366a9d46bc9b3 Mon Sep 17 00:00:00 2001 From: patrickbirch Date: Fri, 6 Sep 2019 08:58:32 -0500 Subject: [PATCH] ps-5.7-5797 Fixed release date on 27-30 This change is specific to the 5.7 release notes and does not require any change in 8.0. --- .../Percona-Server-5.7.26-29.rst | 25 +++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/doc/source/release-notes/Percona-Server-5.7.26-29.rst b/doc/source/release-notes/Percona-Server-5.7.26-29.rst index 533fc802c127..38ce1ce62e68 100644 --- a/doc/source/release-notes/Percona-Server-5.7.26-29.rst +++ b/doc/source/release-notes/Percona-Server-5.7.26-29.rst @@ -1,19 +1,19 @@ .. rn:: 5.7.26-29 - + ========================== |Percona Server| |release| ========================== - + Percona is glad to announce the release of |Percona Server| |release| on -May 27, 2018. Downloads are available `here +May 27, 2019. Downloads are available `here `_ and from the :doc:`Percona Software Repositories `. - + This release is based on `MySQL 5.7.26 `_ and includes all the bug fixes in it. |Percona Server| |release| is now the current GA (Generally Available) release in the 5.7 series. - + New Features ============ @@ -30,20 +30,20 @@ Bugs Fixed - a read-write workload on compressed InnoDB tables could cause an assertion error. Bug fixed :psbug:`3581`. - + - using TokuDB or MyRocks native partitioning and ``index_merge`` access method could lead to a server crash. Bugs fixed :psbug:`5206`, :psbug:`5562`. - a stack buffer overrun could happen if the redo log encryption with key rotation was enabled. Bug fixed :psbug:`5305`. -- TokuDB and MyRocks native partitioning handler objects were allocated from a +- TokuDB and MyRocks native partitioning handler objects were allocated from a wrong memory allocator. Memory was released only on shutdown and concurrent access to global memory allocator caused memory corruptions and therefore crashes. Bugs fixed :psbug:`5508`, :psbug:`5525`. -- enabling redo log encryption resulted in redo log being written unencrypted. - Bug fixed :psbug:`5547`. +- enabling redo log encryption resulted in redo log being written unencrypted. + Bug fixed :psbug:`5547`. - if there are multiple row versions in InnoDB, reading one row from PK may have O(N) complexity and reading from secondary keys may have O(N^2) @@ -54,7 +54,7 @@ Bugs Fixed Bug fixed :psbug:`4933`. - the page cleaner could sleep for long time when the system clock was adjusted - to an earlier point in time. Bug fixed :psbug:`5221` (upstream :mysqlbug:`93708`). + to an earlier point in time. Bug fixed :psbug:`5221` (upstream :mysqlbug:`93708`). - executing ``SHOW BINLOG EVENT`` from an invalid position could result in a segmentation fault on 32bit machines. Bug fixed :psbug:`5243`. @@ -82,7 +82,7 @@ Bugs Fixed - when using the Docker image, if the root passwords set in the mounted ``.cnf`` file and the one specified with ``MYSQL_ROOT_PASSWORD`` - are different, password from the ``MYSQL_ROOT_PASSWORD`` will be used. + are different, password from the ``MYSQL_ROOT_PASSWORD`` will be used. Bug fixed :psbug:`5573`. - long running ``ALTER TABLE ADD INDEX`` could cause a ``semaphore wait > 600`` @@ -101,7 +101,6 @@ Other bugs fixed: This release also contains the fixes for the following security issues: CVE-2019-2632, CVE-2019-1559, CVE-2019-2628, CVE-2019-2581, CVE-2019-2683, -CVE-2019-2592, CVE-2019-262, and CVE-2019-2614. +CVE-2019-2592, CVE-2019-262, and CVE-2019-2614. .. |release| replace:: 5.7.26-29 -