From b72a7a89262eeacac3f3fda3041b6607a57655b7 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 18 May 2018 13:45:21 +0300 Subject: [PATCH] Update 2.2.6 release notes --- .../Release-Notes/MaxScale-2.2.6-Release-Notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md index b151ce1b6..f1c6d77d5 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.6-Release-Notes.md @@ -8,9 +8,18 @@ release 2.2.5. For any problems you encounter, please consider submitting a bug report at [Jira](https://jira.mariadb.org). +## New Features + +* It is now possible to configure the MariaDB Monitor to turn + on the read_only flag of a server it deems is a slave. + ## Bug fixes +* [MXS-1874](https://jira.mariadb.org/browse/MXS-1874) SET STATEMENT ... FOR is wrongly classified +* [MXS-1873](https://jira.mariadb.org/browse/MXS-1873) Errors with large session commands +* [MXS-1866](https://jira.mariadb.org/browse/MXS-1866) Prepared statements do not work * [MXS-1861](https://jira.mariadb.org/browse/MXS-1861) masking filter logs warnings with multistatements +* [MXS-1852](https://jira.mariadb.org/browse/MXS-1852) mysql_client_test test_bug17309863 failed * [MXS-1847](https://jira.mariadb.org/browse/MXS-1847) Race condition in server_get_parameter * [MXS-1846](https://jira.mariadb.org/browse/MXS-1846) Wrong packet number in KILL command error * [MXS-1843](https://jira.mariadb.org/browse/MXS-1843) Sporadic test_logthrottling failures on Ubuntu