Bug #42894 newcolumn placeholder not removed
Submitted: 16 Feb 2009 17:12 Modified: 19 Feb 2009 18:00
Reporter: Axel Muench Email Updates:
Status: Unsupported Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.2.12 OS:MacOS (10.4.11)
Assigned to: CPU Architecture:Any

[16 Feb 2009 17:12] Axel Muench
Description:
"newcolumn" placeholder not removed when creating a new table with primary key field via the gui option

How to repeat:
right-click on the db name in the GUI side panel, select "Create Table..." from the contextual pop-up and create a table with primary key field.

This is the sql that is created: (Look at the primary key row...)

CREATE TABLE `testdb`.`testtable` (
  `id` INT NOT NULL AUTO_INCREMENT,
  `producer_code` INT,
  `name` VARCHAR(100),
  PRIMARY KEY (`newcolumn`, `id`)
)
CHARACTER SET utf8;
[17 Feb 2009 8:36] Sveta Smirnova
Thank you for the report.

But which program do you use? Is it MySQL Query Browser or what?
[17 Feb 2009 20:13] Axel Muench
Yes, MySql Query Browser.
[19 Feb 2009 12:41] Susanne Ebrecht
Many thanks for writing a bug report. We are on the way to implement full functionality of MySQL Query Browser into MySQL Workbench. Unfortunately you are using an unsupported platform. More informations about supported platforms you will find here:

http://www.mysql.com/support/supportedplatforms/tools.html

More informations about MySQL Workbench you will find here:

http://dev.mysql.com/workbench/
[19 Feb 2009 18:00] Axel Muench
Unfortunately the OSX Workbench 5.1 requires OSX 10.5. BTW, why is OS X 10.4 not supported?