MXS-1032: Add configurable connector plugin directory
The connector plugin directory can now be controlled with the `connector_plugindir` argument and configuration option. This should allow the connector to use the system plugins if the versions are binary compatible. Replaced calls to mysql_options to mysql_optionsv as the former is deprecated in Connector-C 3.0 and the latter is supported in Connector-C 2.3.
This commit is contained in:
@ -442,6 +442,17 @@ files.
|
||||
execdir=/usr/local/bin/
|
||||
```
|
||||
|
||||
#### `connector_plugindir`
|
||||
|
||||
Location of the MariaDB Connector-C plugin directory. The MariaDB Connector-C
|
||||
used in MaxScale can use this directory to load authentication plugins. The
|
||||
versions of the plugins must be binary compatible with the connector version
|
||||
that MaxScale was built with.
|
||||
|
||||
```
|
||||
connector_plugindir=/usr/lib/plugin/
|
||||
```
|
||||
|
||||
#### `persistdir`
|
||||
|
||||
Configure the directory where persisted configurations are stored. When a new
|
||||
|
Reference in New Issue
Block a user