[MXS-1714] local_address is not used by internal connections Created: 2018-03-10 Updated: 2020-08-25 Resolved: 2018-03-12 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.1.14, 2.2.3 |
| Fix Version/s: | 2.1.15, 2.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Description |
|
The local_address option only works for proxied connections, not internal connections to MariaDB backends. This is caused by the missing MYSQL_OPT_BIND call for the internal connections if local_address is defined. |