[MDEV-7366] SELECT 'a' = BINARY 'A' returns 1 (utf8 charset, utf8_unicode_ci collation) Created: 2014-12-23 Updated: 2015-01-17 Resolved: 2015-01-17 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Affects Version/s: | 10.0.14, 10.0.15 |
| Fix Version/s: | 10.0.16 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pim Broekhof | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
In MariaDB 10.0.14 and higher, the following expressions return inconsistent values.
The problem occurs when 'a' has a case insensitive utf8 collation. |