[MDEV-10181] Illegal mix of collation for a field and an ASCII string as a view field Created: 2016-06-06 Updated: 2016-06-10 Resolved: 2016-06-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2 |
| Fix Version/s: | 5.5.50 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Sprint: | 5.5.50 |
| Description |
|
This problem was originally reported by email by David Hall. This script:
returns an error:
This is wrong. The string constant in the view is pure ASCII so it can be safely converted to the character set of the field. |