[MDEV-23216] LONGTEXT column with collation doesn't sort Created: 2020-07-19 Updated: 2020-07-24 Resolved: 2020-07-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Character Sets, Optimizer |
| Affects Version/s: | 10.5.4 |
| Fix Version/s: | 10.5.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Toni Viemerö | Assignee: | Varun Gupta (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
mariadb:10.5 docker image |
||
| Attachments: |
|
| Description |
|
Creating a table with a LONGTEXT column with COLLATE doesn't sort properly.
Result: Expected: |
| Comments |
| Comment by Alexander Barkov [ 2020-07-24 ] |
|
The patch https://github.com/MariaDB/server/commit/f4451a0ff13a13e8899806e92df9301412f41da8 is OK to push. Just one note: consider adding a test with ORDER BY..DESC for even better coverage. Thanks. |