[MDEV-11511] Collation aggregation for IN works differenly for scalar and ROW Created: 2016-12-09 Updated: 2019-11-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | datatype, upstream | ||
| Issue Links: |
|
||||||||
| Epic Link: | Data type cleanups | ||||||||
| Description |
|
Collation aggregation for IN works differently for scalar and row arguments. This script demonstrates the same problem:
i and j are equal letters in utf8_roman_ci
|
| Comments |
| Comment by Alexander Barkov [ 2018-06-27 ] | ||
|
Note, according to the standard:
is a synonym for:
Therefore, we should probably revise data type aggregation for IN entirely, according to the standard requirement, as follows: |