Bug #24719 can't create an index
Submitted: 30 Nov 2006 10:10 Modified: 30 Dec 2006 11:45
Reporter: herve mayou Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.2.3 beta OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any
Tags: creation, INDEX, issue, key

[30 Nov 2006 10:10] herve mayou
Description:
Script execution error when trying to create a unique key. Pretty simple to solve (I think), as the script goes like: 
"ALTER TABLE `dass`.`group_types` ADD UNIQUE `Index_2`();"
When it should say : "ALTER TABLE `dass`.`group_types` ADD UNIQUE `Index_2`(`group_type_name`);"
Just missing the name of the field.
Actually it does it whatever the index kind is (just tested it, not thoroughly though...)

How to repeat:
- Add a new Index on field
- Select an index kind (whatever)
- Execute
- boom crash...

Suggested fix:
The name of the field is missing. So the corresponding var or param must be lost somewhere
[30 Nov 2006 11:45] Valeriy Kravchuk
Thank you for a problem report. Please, try to repeat with a newer version, 1.2.6 beta (from GUI Tools 5.0r6), and inform about the results.
[1 Jan 2007 0: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".