[MDEV-12592] Illegal mix of collations with the HEX function Created: 2017-04-27 Updated: 2017-04-27 Resolved: 2017-04-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.3.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The error is incorrect. The HEX function returns a string in ASCII range, so it should be safe to convert it to latin1. |