Bug #69502 Tables under Schema are not sorted in alphabetical order
Submitted: 18 Jun 2013 17:21 Modified: 18 Jun 2013 18:05
Reporter: Tim Burton Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:6.0 OS:Linux (Ubuntu 13.04)
Assigned to: CPU Architecture:Any

[18 Jun 2013 17:21] Tim Burton
Description:
If working with a few tables in the SQL editor, then opening up the database > tables list under the Schemas section, the tables are not listed in alphabetical order.

How to repeat:
Execute a query on a random table: SELECT * FROM test;

Then open up the database schema and tables list. The tables are not sorted.

Suggested fix:
Either have an option to sort the tables in alphabetical order, or implement this as the default sort order.
[18 Jun 2013 18:05] Alfredo Kojima
Duplicate of bug #69178