[MDEV-6599] SIGNAL ... MESSAGE_TEXT accepts malformed strings Created: 2014-08-18 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.13 |
| Fix Version/s: | 10.4, 10.5, 10.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This script:
returns:
Note, '��' is a 4-byte UTF-8 character, which is not supported Thus, '��' is a bad sequence of bytes from the point of view "utf8". It should be fixed either to replace bad byte sequences to question marks, |