From 6618049c24e906972c56bbcb4a9562d4181044d5 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 13 Oct 2017 14:36:43 +0300 Subject: [PATCH] Add note about PL/SQL support --- Documentation/Changelog.md | 2 ++ .../Release-Notes/MaxScale-2.2.1-Release-Notes.md | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/Documentation/Changelog.md b/Documentation/Changelog.md index 9649e927b..90397a074 100644 --- a/Documentation/Changelog.md +++ b/Documentation/Changelog.md @@ -11,6 +11,8 @@ * Firewall can now prevent the use of functions in conjunction with certain columns. * Parser of MaxScale extended to support window functions and CTEs. +* Parser of MaxScale extended to support PL/SQL compatibility features + of upcoming 10.3 release. * Prepared statements are now parsed and the execution of read only ones will be routed to slaves. * Server states are persisted, so in case of crash and restart MaxScale diff --git a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md index 85ce98fe6..7704331dc 100644 --- a/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md +++ b/Documentation/Release-Notes/MaxScale-2.2.1-Release-Notes.md @@ -14,6 +14,15 @@ report at [Jira](https://jira.mariadb.org). ## New Features +### PL/SQL Comaptibility + +The parser of MaxScale has been extended to support the PL/SQL compatibility +features of the upcoming 10.3 release. For more information on how to enable +this mode, please refer to the +[configuration guide](../Getting-Started/Configuration-Guide.md#sql_mode). + +This functionality was available already in MaxScale 2.2.0. + ### Environment Variables in the configuration file If the global configuration entry `substitute_variables` is set to true,