MXS-1882: Make [maxscale] sections in sub-configs an error

Defining the [maxscale] section in a configuration file that is not the
root configuration file is now treated as an error instead of silently
ignored.
This commit is contained in:
Markus Mäkelä
2018-05-24 12:23:27 +03:00
parent 3097137a2f
commit a705130708
2 changed files with 14 additions and 2 deletions

View File

@ -123,7 +123,8 @@ form.
### Global Settings
The global settings, in a section named `[MaxScale]`, allow various parameters
that affect MariaDB MaxScale as a whole to be tuned.
that affect MariaDB MaxScale as a whole to be tuned. This section must be
defined in the root configuration file which by default is `/etc/maxscale.cnf`.
#### `threads`