Add note about PL/SQL support

This commit is contained in:
Johan Wikman
2017-10-13 14:36:43 +03:00
parent f0d16e3ac5
commit 6618049c24
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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,