Bug #119505 workbench put INVISIBLE to some index's Automatic
Submitted: 4 Dec 9:14
Reporter: Alejandro Guralnik Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:8.0.45 OS:Windows (Microsoft Windows 10 Pro)
Assigned to: CPU Architecture:Any
Tags: WBBugReporter

[4 Dec 9:14] Alejandro Guralnik
Description:
Workbench put some index in INVISIBLE state.

|

How to repeat:
you can replace this issue by:
1) In index screen, touch (click on it) some existing index and then click the 
last empty option 
|Index Name | Type   |
| name      | UNIQUE |
|           |        | (this is the last empty) 
and then click on apply, any change was made but you can see 
that the workbech even send alter index with INVISIBLE
ALTER TABLE `table`.`data` ;
ALTER TABLE `table`.`data` ALTER INDEX `name_UNIQUE` INVISIBLE;