Update filter documentation

- Add note about filters having become available in 2.1.
- Add insertstream to release notes and change log.
- Add complete example to cache documentation.
This commit is contained in:
Johan Wikman
2017-02-08 13:02:45 +02:00
parent ce5cd69eb3
commit ac0679a9d5
7 changed files with 69 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Maxrows
This filter was introduced in MariaDB MaxScale 2.1.
## Overview
The maxrows filter is capable of restricting the amount of rows that a SELECT,
a prepared statement or stored procedure could return to the client application.