Bug #61295 Object Information panel should show table indexes
Submitted: 26 May 2011 5:03 Modified: 17 Nov 2011 7:37
Reporter: Jukka Merinen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.34 OS:Windows
Assigned to: CPU Architecture:Any

[26 May 2011 5:03] Jukka Merinen
Description:
To see indexes defined for a table, a user must right-click the table name in the Object Browser, open the Alter table -window and select the Indexes-tab.

Checking the indexes defined for a table is an often needed step in SQL development, and checking them through the Alter table -window is cumbersome.

It would be a great to have the table indexes listed in the Object Information panel.

How to repeat:
Open SQL Editor. Check indexes that are defined for a table.
[26 May 2011 12:34] Valeriy Kravchuk
Thank you for the feature request.
[17 Nov 2011 7:37] Philip Olson
Fixed as of 5.2.36:

+        Indexes are now shown within the schema tree. And indexed
+        columns are also indicated within the table information panel.