Bug #66225 Clicking index in object browser does not show index detail
Submitted: 6 Aug 2012 19:06 Modified: 12 Jun 2013 6:16
Reporter: Bob Dankert Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S4 (Feature request)
Version:5.2.41 OS:Windows (W7 32)
Assigned to: CPU Architecture:Any
Tags: detail, INDEX, Object Browser

[6 Aug 2012 19:06] Bob Dankert
Description:
Clicking/selecting a table index in the object browser does not show the index details in the Information pane.  It shows the index name, but not the type of index, fields that are indexed, etc.

How to repeat:
Click on an index, look at information pane.

Suggested fix:
Show details regarding the index.  Include index type, fields, order of the fields, etc.
[6 Aug 2012 19:46] Valeriy Kravchuk
Thank you for the feature request.
[12 Jun 2013 6:16] Philip Olson
Fixed as of the upcoming MySQL Workbench 6.0.x release, and here's the changelog entry:

The available information in the Object Browser was expanded to include
non-table nodes, which includes indexes, foreign keys, and triggers. For
example, a description for an index might show the type, uniqueness, and
associated columns.

Thank you for the bug report.