[MDEV-19222] utf8 causes display in cli client to be too wide Created: 2019-04-09 Updated: 2019-04-09 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Manjot Singh (Inactive) | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
get_field_disp_length() in mysql.cc (client) uses byte length instead of character length. The description here makes this clear: https://github.com/MariaDB/server/blob/10.4/client/mysql.cc#L3688 mariadb monitor should use character length (and/or work with server to receive character length and use that in this function) |