Bug #66091 | Selected index row changes when selecting the index type while modifying a table | ||
---|---|---|---|
Submitted: | 30 Jul 2012 18:05 | Modified: | 21 Aug 2012 14:56 |
Reporter: | Bob Dankert | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench: SQL Editor | Severity: | S3 (Non-critical) |
Version: | 5.2.41 | OS: | Windows (W7 32) |
Assigned to: | CPU Architecture: | Any | |
Tags: | ALTER TABLE, create, Index type, mouse, row switch |
[30 Jul 2012 18:05]
Bob Dankert
[30 Jul 2012 18:22]
Bob Dankert
I just upgraded to 5.2.41 and noticed that this bug has been fixed. Closing the bug (although it may be a duplicate, my search did not find an existing bug)
[2 Aug 2012 17:29]
Bob Dankert
I've found that this is indeed still a problem. To replicate, follow these steps: Create this table: CREATE TABLE `test1` ( `id` int(11) NOT NULL, `field1` varchar(45) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; In workbench, alter the above table and go to add a new index. Enter the index name, select the index type, and the selected index row will change to the first index, which is Primary. You have to re-select the new index you are adding.
[3 Aug 2012 6:25]
Valeriy Kravchuk
I can not repeat this on Windows XP.
[3 Aug 2012 13:06]
Bob Dankert
Yes, now I am not able to replicate it again. I'm not sure why it is so finicky.
[21 Aug 2012 14:56]
Armando Lopez Valencia
Hello Bob. Please feel free to re-open this bug as soon as you can reproduce it. Thanks