[MDEV-30810] errmsg-utf8.txt nolonger uses charsets Created: 2023-03-08 Updated: 2023-03-09 Resolved: 2023-03-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Locale Settings |
| Fix Version/s: | 10.11.3, 11.0.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Daniel Black |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Charset names in the 'languages' line are not used any more. I think they should be just removed eventually, to avoid confusion. All messages in errmsg-utf8.txt are in utf8 now. Charset names should have been removed in MySQL-5.5 during: https://dev.mysql.com/worklog/task/?id=751 but it was forgotten forever |
| Comments |
| Comment by Daniel Black [ 2023-03-08 ] |
|
pr 2532 is written against 10.11 for lack of conflicts in errmsg-utf8.txt due to recent changes. Happy to accept 11.0 / 11.1 recommendation on target branch. |
| Comment by Alexander Barkov [ 2023-03-09 ] |
|
https://github.com/MariaDB/server/pull/2532/commits/4b69c1a6d097b97dc067264827592646bc5f48dd is OK to push |