Fixed typos in the release notes and changed some wording.

This commit is contained in:
Markus Makela 2015-04-02 18:42:42 +03:00
parent 46806a3d5b
commit 4e99eb63fb

View File

@ -10,7 +10,7 @@ This document details the changes in version 1.1 since the release of the 1.0.5
Replicate Binlog from the master to slave through MaxScale as simplified relay server for reduced network load and disaster recovery
### Database Firewall Filter
Block queries based on columns in the query, where condition, query type(select, insert, delete, update), presence of wildcard, regular expression match and time of the query
Block queries based on columns in the query, where condition, query type(select, insert, delete, update), presence of wildcard in column selection, regular expression match and time of the query
### Schema Sharding Router
Route to databases sharded by schema without application level knowledge of shard configuration
@ -22,7 +22,7 @@ Pass hints in the SQL statement to influence the routing decision based on repli
Routing to a named server if incoming query matches a regular expression
### Canonical Query logging
Convert incoming queries to canonical form and push the query and response into RabbitMQ Broker- for a RabbitMQ Client to later retrieve from
Convert incoming queries to canonical form and push the query and response into RabbitMQ Broker for a RabbitMQ Client to later retrieve from
### Nagios Plugin
Plugin scripts for monitoring MaxScale status and performance from a Nagios Server
@ -34,7 +34,7 @@ Receive notification of security update and patches tailored to your MaxScale co
Connection based routing to MySQL NDB clusters
### Updated installation path
MaxScale is now installed into `/usr/local/mariadb-maxscale`.
MaxScale is now installed into `/usr/local/mariadb-maxscale`
## Bug Fixes
@ -245,11 +245,13 @@ There are a number bugs and known limitations within this version of MaxScale, t
* Service init script is missing after upgrade from 1.0 in RPM-based system. Can be fixed by reinstalling the package ('yum reinstall maxscale' or 'rpm -i --force /maxscale-1.1.rpm')
* Binlog Router Plugin is compatible with MySQL 5.6 and MariaDB 5.5
Binlog Router Plugin compatibility with MariaDB 10 is aplha
Binlog Router Plugin compatibility with MariaDB 10 is alpha
* LONGBLOG are currently not supported.
* Galera Cluster variables, such us @@wsrep_node_name, are not resolved by the embedded MariaDB parser.
* Galera Cluster variables, such as @@wsrep_node_name, are not resolved by the embedded MariaDB parser.
* The Database Firewall filter does not support multi-statements. Using them will result in an error being sent to the client.
## Packaging