Bug #72226 Descending column sort in result grid not working (only sorts ascending).
Submitted: 3 Apr 2014 16:27 Modified: 14 May 2014 4:28
Reporter: Joe Beason Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:6.1.4.11773 OS:Windows (Win 7 SP1 64-bit)
Assigned to: CPU Architecture:Any
Tags: regression

[3 Apr 2014 16:27] Joe Beason
Description:
When clicking on any column header in the result grid, the data will sort ascending (lowest to highest), but will not sort descending (highest to lowest) when clicked again. Clicking on a column header alternately used to sort the data ascending or descending.

How to repeat:
select any result set and click on a column header to sort. The data will only sort ascending NOT descending.
[4 Apr 2014 8:32] MySQL Verification Team
Hello Joe,

Thank you for the bug report.
Verified as described.

Thanks,
Umesh
[7 Apr 2014 21:01] MySQL Verification Team
http://bugs.mysql.com/bug.php?id=72266 duplicate of this one.
[14 May 2014 4:28] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.1.6 release, and here's the changelog entry:

Clicking a column header in an SQL result view sorts rows in ascending
order, but clicking the column header a second time would not sort the
rows in descending order.

Thank you for the bug report.