[MXS-3767] connector_plugindir does not pick up the default location. Created: 2021-09-16 Updated: 2021-10-04 Resolved: 2021-09-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 6.1.1 |
| Fix Version/s: | 6.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Allen Lee (Inactive) | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CENTOS 7 |
||
| Description |
|
User reported the plugin directory isn't picked as default location so throws the following error:
To workaround the issue,
Then, error went away. |
| Comments |
| Comment by markus makela [ 2021-09-16 ] |
|
This seems to be a regression in certain components as the compile time default is used. MaxScale should always pass the plugin directory to the connector whenever it opens a connection as the compile time one is always wrong. |