[MDEV-6627] QUOTE() does not work well with unassigned characters Created: 2014-08-22 Updated: 2023-11-28 |
|
| Status: | Confirmed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.3.12, 5.5.39, 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 |
|
The result for in the second column is wrong. The problem happens because Item_func_quote::val_str() The loop should be fixed to use a native non-Unicode API instead, e.g. ismbchar(). |