49bb63810e
Cache: Add limitation
2017-01-31 08:30:11 +02:00
d5b96ec2b6
Updated Documentation/About
...
Mostly rewording and some reformatting.
2017-01-30 10:51:53 +02:00
7dc5698c90
Rename domain to module
...
The module commands now use the module name as the replacement for
domain. The domain itself wasn't any better when compared to the module
name.
2017-01-28 10:09:34 +02:00
b5fba7c2d0
Fix typo in MaxAdmin.md
...
Fixed a typo in MaxAdmin.md.
2017-01-28 10:09:34 +02:00
88c62358fb
Mention module commands in maxadmin document
...
The document explains how the module commands are used and gives an
example how they could be used.
Also fixed a few references to the old command names.
2017-01-28 10:09:34 +02:00
70ab537288
Add new filters to release notes
...
The release notes now mention all of the new filters.
2017-01-28 10:09:34 +02:00
3f4e7c44d9
Update release notes
...
Added more info about dynamic configuration.
Listed more modules that implement module commands.
2017-01-28 10:09:34 +02:00
3689d95c34
Fix masking documentation
2017-01-27 13:36:17 +02:00
89f456840c
Add monitor
parameter to services
...
Services now accept a monitor as a source for servers. This removes the
need to redundantly list the same servers parameters in multiple places.
2017-01-27 12:19:27 +02:00
8a1a4c91e4
Enable disable_sescmd_history
by default
...
The combination of the default values of `disable_sescmd_history=false`
and `max_slave_connections=100%` does not make sense as it is not possible
to find a replacement slave in case an active one fails.
2017-01-27 12:19:27 +02:00
6bcf0b1fd6
Add build requirements to GSSAPI authenticator documentation
...
The GSSAPI authenticator documentation now lists the packages it requires
when it is being built.
2017-01-24 20:36:39 +02:00
47d21bd519
Masking: Change "rules_file" parameter to "rules"
...
The firewall filter and the cache have similar rules files and
they use "rules". To be consistent, the masking filter should
use "rules" as well.
2017-01-23 15:17:23 +02:00
4f03aa674c
Named Server Filter documentation update
...
Named Server Filter can handle % wildcards in optional ‘source’
parameter
2017-01-23 11:47:50 +01:00
eb05132a5c
Cache: Use MXS_MODULE_PARAM_SIZE
2017-01-23 11:01:57 +02:00
31227e526b
Add reference to "sizes" documentation
2017-01-23 10:28:28 +02:00
806a25167a
Add documentation on IEC and SI prefixes
2017-01-23 10:19:20 +02:00
d63f8727c2
Wrap Configuration-Guide.md
...
Lines wrapped at 80 chars. No other changes.
2017-01-23 10:05:31 +02:00
4d0854f4b0
Wrap binlog router documentation
...
Only wrapping at 80 chars per line, no change of contents.
A minor change will follow.
2017-01-23 09:55:59 +02:00
468411250d
Fix old header names in modules
...
Some of the modules still used the gw_authenticator.h name.
2017-01-20 16:57:04 +02:00
d012f137c6
Update cache documentation
2017-01-20 14:02:32 +02:00
00f77bbe69
Fix some leftovers from the SESSION->MXS_SESSION and related renames
...
Renames only.
2017-01-18 11:50:52 +02:00
46e9e6f4e7
MXS-406: documentation update for Galera monitor
...
The galera monitor has a new option: set_donor_nodes
2017-01-18 09:46:20 +01:00
ce4e26477b
Masking: Clarify documentation
2017-01-18 08:45:51 +02:00
969e423eb2
Masking: Add large_payload parameter
...
The masking filter will assume payloads less than 2^24 - 1. The
behaviour if payloads larger than than are encountered can be
configured.
The actual implementation follows in a subsequent change.
2017-01-18 08:44:04 +02:00
c2e14161bd
Documentation update regarding support for wildcard hostnames
...
Added short descriptions and some warnings to Release-Notes and
Limitations.
2017-01-16 16:28:04 +02:00
cd147add5f
Move note about MaxAdmin from Changelog to Release notes.
2017-01-16 13:48:27 +02:00
a3a9edd3b6
Add insertstream documentation
...
The documentation explains how the filter works.
2017-01-13 17:39:27 +02:00
7d91872924
Fix typo in qlafilter documentation
...
The parameter name was wrong.
2017-01-13 15:28:36 +02:00
196d4ad840
Document module configuration directory
...
Added documentation for dbfwfilter and mentioned the new directory in the
release notes. The configuration guide also gives an example of how the
path parameters are resolved.
2017-01-12 18:24:14 +02:00
9a95e79dd6
Masking: Add parameter for warnings
...
The masking filter can now be instructed to warn in case a masking
rule matches a column of a type that is not masked.
2017-01-12 14:41:55 +02:00
e79e82b0a9
Update masking documentation
2017-01-12 14:41:55 +02:00
0865eada03
Add module configuration directory
...
This directory is intended to be the default working directory for
relative pathname resolution. The actual implementation for
MXS_MODULE_PARAM_PATH is done at a later step.
2017-01-11 14:24:26 +02:00
dffad71804
Add support for comparison operators in dbfwfilter functions
...
The dbfwfilter now supports the main comparison operators in MySQL. The
string versions (IS, NOT, IS NOT etc.) are not supported.
2017-01-10 16:52:29 +02:00
1ceafb9723
Add function blocking to dbfwfilter
...
The dbfwfilter now supports blocking of individual functions.
2017-01-10 16:52:29 +02:00
c06a95ff92
Use module parameters in binlogrouter
...
The binlogrouter accepts all router options also as parameters.
2017-01-10 16:52:29 +02:00
92386922a9
Use module parameters in qlafilter
...
Moved the qlafilter parameters to module options. This removes the need to
parse the options in the filter.
Split the options into separate parameters. This allows common options to
be combined as enumerations under common parameters.
2017-01-09 14:17:33 +02:00
c500ddc768
Use module parameters in namedserverfilter
...
The namedserverfilter module now uses the module parameters.
Added new server type parameter which is validated both at startup and
runtime.
2017-01-09 14:17:33 +02:00
8127454f24
Masking: Add possibility to reload rules
2017-01-09 09:26:43 +02:00
e75cdb2ceb
Use module parameters in schemarouter
...
The schemarouter now accepts all router_options values as parameters.
Also fixed a mistake in the documentation where the router options section
was listed twice.
2017-01-05 19:51:22 +02:00
34a8694b34
Use module parameters for readwritesplit
...
The parameters that readwritesplit uses now use the new system. This
removes the need for the qualified parameter processing found in config.c.
All values for router_options are now also accepted as parameters. The
router_options is deprecated and support for it will be removed in a
future version.
2017-01-05 19:51:22 +02:00
410ba7726e
Copy avrorouter options to parameters
...
The avrorouter router_options values can now also be defined as
parameters. This should make the configuration definition a lot cleaner.
2017-01-05 10:50:02 +02:00
09111a73ee
Clarify router_options in rwsplit documentation
...
This adds the required "router_options="-text to the examples. Also
adds a two-option example.
2017-01-03 18:28:59 +02:00
58dea62e24
Remove Gatekeeper
2017-01-02 10:00:40 +02:00
30a3475898
Add documentation for masking filter
...
MXS-910
2016-12-29 11:50:42 +02:00
25c3c33134
Added user creation command to CDCPlainAuth
...
Users for the CDC protocol can be created through the new `add_user`
module command.
2016-12-23 15:41:48 +02:00
e07826229c
MaxAdmin: Document admin/mariadb as credentials
...
Apparently got lost when internet sockets were first removed and
then reinstated.
2016-12-23 14:32:38 +02:00
03bac0f44d
Update binlog documentation
...
Use server_id instead of server-id and master_id instead of
master-id in the documentation.
2016-12-23 10:36:40 +02:00
6a53e70314
Documentation Update
...
Documentation Update covers binlog encryption
2016-12-22 16:56:53 +01:00
5664321df0
Add username and network address to newSession
...
The luafilter now provides the username and the network address of the
client for the newSession entry point.
2016-12-22 17:55:05 +02:00
520d28b27d
Merge branch '2.0' into develop
2016-12-22 13:40:16 +02:00