88f234fdcd
MXS-2214: Fix object names in documentation
...
The object names now always use a valid and supported form.
2019-01-03 09:37:59 +02:00
1df42326d5
Clean up TopFilter documentation
...
Wrap lines, clean up headings and add table of contents.
2018-11-26 10:32:08 +02:00
ab7daa9327
Add table of contents to filter documentation
...
Only added the TOC to the longest files.
2018-11-26 10:32:08 +02:00
cdce11391a
Add script template into Luafilter documentation
...
This makes copy-pasting it for testing a lot easier.
2018-11-13 16:48:03 +02:00
5b3a209643
Update the masking documentation
2018-11-09 12:05:13 +02:00
a883a4f3e0
Fix password documentation
...
The old parameter was used in some examples and no note about its removal
was in the parameter.
2018-11-06 15:09:14 +02:00
4d8a95d041
Merge commit '262f1d7e471bacca6b985ec3f2cd5cb76d6e2584' into 2.3
2018-10-26 12:44:57 +03:00
457d0c21dd
Document error code and SQL state for blocked queries
...
If the dbfwfilter blocks a query a specific error is returned. This was
not documented and is needed to detect errors sent by the filter.
2018-10-18 02:02:14 +03:00
230345c98c
Fix on_queries documentation
...
The combination of values was not documented.
2018-10-18 02:02:14 +03:00
6170a2193d
Merge branch '2.2' into 2.3
2018-10-11 11:12:31 +03:00
0a04cb2d48
Clarify namedserverfilter documentation
...
The example configuration had wrong server names.
2018-10-09 13:42:56 +03:00
7c5d3a5e74
Update NamedServerFilter documentation and release notes
2018-10-03 13:50:04 +03:00
d0c5b2ff61
MXS-701: Amend binlogfilter documentation
...
Added clarifying comments and links to relevant documentation, fixed a
typo and changed some of the wording.
2018-09-26 11:26:37 +03:00
4ed0ef046e
MXS-701: Update binlogfilter documentation
...
Rewrote most of the documentation.
2018-09-26 09:43:24 +03:00
9a6f1b2044
Merge branch '2.2' into develop
2018-08-28 16:06:23 +03:00
13c7072da1
Separate CCRFFilter hints section from the main overview
...
The text changed subjects rather abruptly. Having the hint part of it
gives some context and appears to make the text flow nicer.
2018-08-23 23:52:42 +03:00
d339b89990
MXS-1774 Make rejection of functions optional
...
It is now possible to prevent the masking filter from rejecting
statements using functions in conjunction with fields to be
masked. So now it is possible to not use the blanket rejection
of the masking filter and replace it with more detailed firewall
rules.
2018-07-06 11:20:31 +03:00
44ef4912e8
Merge branch '2.2' into develop
2018-07-03 21:13:41 +03:00
b0902402b6
MXS-1940 Turn cache filter non-experimental
...
Also change the following defaults:
- "selects": Was "verify_cacheable", is now "assume_cacheable"
- "cached_data": Was "shared", is now "thread_specific"
2018-07-02 08:44:39 +03:00
f6e01b4434
MXS-591 Fix documentation and change comment parameter type
2018-06-13 20:44:32 +03:00
de1f95028b
MXS-591 Add filter for injecting comments
...
Comments specified in the cnf file will be injected as a comment before
every sql statement.
2018-06-12 15:31:18 +03:00
55e1a39cc3
MXS 173 Deprecate DBFW rule limit_queries
...
Replaced by throttle filter
2018-05-25 14:51:36 +03:00
8145e1fd46
MXS-173 Add documentation.
2018-05-25 14:51:36 +03:00
75eded4b89
Merge branch '2.2' into develop
2018-05-14 11:24:09 +03:00
ec4569497e
Merge branch '2.1' into 2.2
2018-05-14 10:14:16 +03:00
48aa76e1d4
Fix invalid JSON in masking filter documentation
...
The example JSON was missing a comma where one was expected.
2018-05-10 22:26:32 +03:00
a544239540
Fix masking filter documentation
...
The example had invalid JSON in it.
2018-05-10 22:24:14 +03:00
96af90628f
Add notes about experimental modules
...
Added a note to the documentation of experimental modules that explains
that the modules are distributed in a different package.
2018-04-27 12:31:53 +03:00
a3a8b5523e
MXS-1401 Support multiple cache rules
...
The possibility to have multiple cache rules in a cache
configuration file is now handled throughout the cache
filter.
The major difference is that while you earlier directly
queried the Cache whether data should be stored to the
cache and whether data in the cache should be used, you
now query the Cache whether data should be stored to the
cache and, if so, get a CacheRules object from which you
subsequently query whether data from the cache should
be used.
2018-04-27 09:22:17 +03:00
cf547b9532
Merge branch '2.2' into develop
2018-03-26 10:03:20 +03:00
d948fb2dfc
MXS-1733 Add documentation
2018-03-26 10:02:57 +03:00
8a397f574f
Expose modutil_get_canonical in luafilter
...
Exposing the canonicalization code in the luafilter allows it to be used
on the Lua side of things. This should enable some pretty cool stuff to be
done with it.
2018-03-21 14:15:13 +02:00
51251fd9f3
MXS-1475 Introduce @maxscale.cache.[soft_ttl|hard_ttl]
...
Now it is possible to control the soft and hard ttl of the
cache on a session basis. That is, it is possible to use
different TTLs for different SELECTs.
2018-03-16 14:34:04 +02:00
82b55ff362
MXS-1475 Add @maxscale.cache.[populate|use]
...
The earlier @maxscale.cache.enabled has now been replaced with
@maxscale.cache.populate and @maxscale.cache.use that provide
for more flexibility.
With the former it is possible to control in what circumstances
the cache is populated and with the latter one when it is used.
Together they can be used for having a completely client driven
caching.
2018-03-16 14:34:04 +02:00
23b8939e20
MXS-1475 Update cache documentation
2018-03-16 14:34:04 +02:00
fcde23e6fe
Merge branch '2.2' into develop
2018-02-08 18:40:29 +02:00
5a33a5a013
Merge branch '2.1' into 2.2
2018-02-08 18:39:45 +02:00
5f4c723fef
Fix typo in QLAfilter documentation
...
The readconnroute module name was written as readconnrouter, with an extra
`r` at the end.
2018-02-08 15:23:39 +02:00
771716e9db
Merge branch '2.2' into develop
2018-02-05 10:22:43 +02:00
0db538db9a
MXS-1583 Treat independent 'users' line in OR-fashion
...
If there are several 'users' lines in a rule file, for a particular
user, the rules each matching line will be checked independently
until a rule match is found.
That is, the rules of each 'users' line are treated in an OR-fashion
with respect to each other.
2018-01-29 15:25:21 +02:00
af70b00197
Merge branch '2.2' into develop
2018-01-24 10:23:51 +02:00
b8e72c939d
Be specific about the dangers of obfuscation
2018-01-22 13:19:03 +02:00
998652bf24
Merge branch '2.2' into develop
2018-01-19 11:47:45 +02:00
d928f69cc7
Update and extend luafilter documentation
...
Fixed the exposed function name and added minimal configuration and script
examples.
2018-01-18 12:22:04 +02:00
ae949881a9
MXS-1511: Add documentation about new parameters
2018-01-17 10:21:50 +02:00
b8e15d2bea
Reformat and tune QLA filter documentation
...
No additions, just tidying up.
2018-01-17 10:21:50 +02:00
ba195bbc7e
Merge branch '2.2' into develop
2018-01-10 15:34:28 +02:00
d64868f058
Change MySQL[Client|Backend] to MariaDB[Client|Backend]
2018-01-05 10:01:50 +02:00
e8f52951d1
Merge branch '2.2' into develop
2018-01-03 14:07:09 +02:00
9689271a34
MXS-1541: Use session ID in topfilter
...
The topfilter now uses the session ID as the filename suffix.
2018-01-03 08:56:41 +02:00