Bug #45140 checkbox fails on indexcolumns
Submitted: 27 May 2009 16:44 Modified: 27 Jun 2009 19:43
Reporter: Henrique Azevedo Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.2.1 Alfa OS:Linux
Assigned to: CPU Architecture:Any
Tags: indexes

[27 May 2009 16:44] Henrique Azevedo
Description:
Hello.

When I want index a column with "unique" I create de indexName and select type "unique" but when I want select the checkbox of indexColumns I can´t select.

Sorry my english.

How to repeat:
DROP TABLE IF EXISTS `easynews`.`profiles` ;

CREATE  TABLE IF NOT EXISTS `easynews`.`profiles` (
  `id_profiles` INT UNSIGNED NOT NULL AUTO_INCREMENT ,
  `profiles_name` VARCHAR(45) NOT NULL ,
  PRIMARY KEY (`id_profiles`) ,
  UNIQUE INDEX `profile_name` () )
ENGINE = InnoDB;
[27 May 2009 19:43] MySQL Verification Team
Thank you for the bug report. Could you please a model sample?. I couldn't repeat in the same version Windows. Thanks in advance.
[11 Jun 2009 5:58] Eduardo García Sanz
I can repeat this bug all the time just trying to set one of those column index checkboxes, they are dead... test it on Ubuntu 9.04, MySQL Workbench .deb 5.1 and 5.2.
[27 Jun 2009 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".