[MXS-2730] Connection attributes are not passed on Created: 2019-10-23 Updated: 2020-08-25 Resolved: 2019-12-10 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbbackend |
| Affects Version/s: | 2.3.12, 2.4.2 |
| Fix Version/s: | 2.5.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Hartmut Holzgraefe | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-96 |
| Description |
|
When connecting through maxscale custom connection attributes are not passed through. When e.g. connecting directly with the command line client, we can see the following connection attributes being set by the client:
When connecting through maxscale, none of the connections attributes are visible in the PERFORMANCE_SCHEMA.SESSION_CONNECT_ATTRS table ... See also: https://mariadb.com/kb/en/library/mysql_optionsv/#connection-attribute-options https://mariadb.com/kb/en/library/performance-schema-session_connect_attrs-table/ |
| Comments |
| Comment by markus makela [ 2019-12-10 ] |
|
MaxScale now passes the client attributes through to the backends. |