Bug #6803 Sorted column names under "Schemata"
Submitted: 24 Nov 2004 15:50 Modified: 30 Nov 2004 15:44
Reporter: Julius Bauer Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.1 gamma OS:Windows (W2K)
Assigned to: Michael G. Zinner CPU Architecture:Any

[24 Nov 2004 15:50] Julius Bauer
Description:
The column names of tables in the "Schemata Window" appear sorted and 
can not be "unsorted".

How to repeat:
create table x (
  B  VARCHAR(10),
  A  VARCHAR(10)
)

columns names appear sorted alphabetically:

x
 - A
 - B

Suggested fix:
remove the sort, maybe better add option to Context Menu (right-click menu)
[30 Nov 2004 15:44] Michael G. Zinner
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html