[MXS-3920] Can't connect to MaxScale when schema uses utf8mb4 chars >= U0080 Created: 2021-12-17 Updated: 2022-01-03 Resolved: 2022-01-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 2.5.9 |
| Fix Version/s: | 2.5.18, 6.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If a schema name contains a unicode character > U0080 MaxScale returns an error, when trying to connect with schema. How to repeat:
|
| Comments |
| Comment by markus makela [ 2022-01-03 ] |
|
Seems like it might just be the client character set that causes this. A simple SET NAMES utf8mb4 before the internal queries are done seems to solve this particular problem. |