[MDEV-13118] Wrong results with LOWER and UPPER and subquery Created: 2017-06-19 Updated: 2018-07-19 Resolved: 2018-07-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.0.36, 10.1.35, 10.2.17, 10.3.9, 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
This problem is similar to This script:
returns a wrong result:
Notice, there is no the expected dash character in the result. The same problem is repeatable with UPPER:
|