[MDEV-17790] order by desc (descending) parameter ignored if multiple expressions specified. Created: 2018-11-21 Updated: 2018-11-23 Resolved: 2018-11-23 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Affects Version/s: | 10.2.18 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Colin Leavett-Brown | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS Linux release 7.5.1804 (Core) |
||
| Attachments: |
|
| Description |
|
Table (mysqldump of bug_table2 attached) with two columns, "group_name" and "priority". |
| Comments |
| Comment by Colin Leavett-Brown [ 2018-11-21 ] |
|
You can close this; I now realize that I should be specifying "order by priority desc, group_name desc". |