Bug #54566 Bad description in CREATE ROUTINE dialog
Submitted: 16 Jun 2010 20:25 Modified: 17 Jun 2010 15:50
Reporter: Ben Mosher Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.22 rev 6091 OS:Windows (XP)
Assigned to: Johannes Taxacher CPU Architecture:Any
Tags: create routine, wrong text

[16 Jun 2010 20:25] Ben Mosher
Description:
When right-clicking on 'Create Routine...' from the Object Browser (http://img580.imageshack.us/img580/774/mysqlbug.png) I get the following dialog: http://img819.imageshack.us/img819/9223/mysqlbugdialog.png

Near the top, you can see that it says 'the name of the _view_ is parsed automatically...' instead of 'the name of the _routine_...'

How to repeat:
Right click on the Routines folder for any table in the Object Browser of the SQL Editor, then click 'Create Routine...'. It also occurs in the 'Alter Routine...' dialog.

Suggested fix:
Edit the dialog description.
[16 Jun 2010 22:29] MySQL Verification Team
Thank you for the bug report.
[17 Jun 2010 12:35] Johannes Taxacher
fixed in repository
[17 Jun 2010 15:50] Tony Bedford
An entry has been added to the 5.2.25 changelog:

In the Create Routine dialog of the SQL Editor, the text label associated with the Name textbox mentioned “view”, rather than “routine”.