Bug #53504 Show Indexes in the Object Browser
Submitted: 7 May 2010 17:53 Modified: 11 Nov 2011 2:22
Reporter: Orlando Colamatteo Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.20 rev 5783 OS:Windows (Windows 7 64-bit)
Assigned to: CPU Architecture:Any
Tags: Object Browser, sql editor

[7 May 2010 17:53] Orlando Colamatteo
Description:
Add a folder under Tables for Columns and shove the columns in there and then also show a folder for "Indexes" to display indexes on that table. Related to Feature Request #53501 and #53503.

How to repeat:
Open Object Browser, expand any database with a table in it that has an index on it, expand Tables, expand a table with an index on it. Notice that each column in the table is listed however you cannot tell what indexes are on the table.
[7 May 2010 18:00] Valeriy Kravchuk
Thank you for the feature request.
[11 Nov 2011 2:22] Philip Olson
Fixed as of 5.2.36:

+        The table view within the <guilabel>Object Browser</guilabel>
+        has changed. The table view includes another level of grouping,
+        which includes Columns, Indexes, Foreign Keys, and Triggers.
+        Before, only the columns were listed.