[MDEV-20890] Illegal mix of collations with UUID() Created: 2019-10-24 Updated: 2019-11-05 Resolved: 2019-11-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | 5.5, 10.1, 10.2, 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.5.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Illegal mix of collations with UUID()
|
| Comments |
| Comment by Alexander Barkov [ 2019-10-28 ] |
|
Fixing UUID() as follows:
So now UUID() has a lower collation priority than a string literal (or an expression derived from a string literal). |