Bug #72288 Sorting values in descending order not possible
Submitted: 9 Apr 2014 9:49 Modified: 25 Apr 2014 19:24
Reporter: Matthias Maier Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.1.4 OS:Windows (Microsoft Windows 7 Enterprise Edition Service Pack 1 (build 7601), 64-bit)
Assigned to: CPU Architecture:Any
Tags: column, descending, filter, order, result grid, sorting

[9 Apr 2014 9:49] Matthias Maier
Description:
In result grid it is not possible to order values in descending order and arrow indicators are shown on columns that are not sorted.

How to repeat:
Select any data from database, e.g.
SELECT * FROM performance_schema.accounts;

Click on column header/name. An arrow (downwards) is displayed beside the column name and values are sorted in ascending order. It is not possible to click another time on column name to sort the values in descending order.
If you click on another column name the values are sorted by this column but the arrow indicator on the first column still exists (columns are not sorted by both columns like indicated by arrows).

Suggested fix:
Make it possible to sort the values in ascending and descending order and show appropriate arrow indicators. Also show only arrows on colums that are used for sorting.
[9 Apr 2014 10:14] MySQL Verification Team
Hello Matthias,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[25 Apr 2014 19:24] Alfredo Kojima
Duplicate of bug #72226