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:
@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user