Bug #32930 Routines are populated when changing name
Submitted: 3 Dec 2007 14:11 Modified: 6 Feb 2008 16:08
Reporter: Andrii Nikitin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:5.0.10 OS:Windows
Assigned to: Andrii Nikitin CPU Architecture:Any
Tags: routine routine_editor

[3 Dec 2007 14:11] Andrii Nikitin
Description:
Routines are populated when changing name both in 'routine editor' and 'Summary View'

How to repeat:
1. Open WB
2. DoubleClick 'Add Routine' icon in Summary View
(Routine Editor will open)
3. Select and then Click once newly created routine icon ('routine1') in Summary View
(Edit Box should appear on that place)
4. Change text to 'a', Press 'enter'
5. Close Routine Editor -> now two routines present in Summary View (<-- This is a bug we renamed 'procedure1')
6. Double Click on 'routine1' icon
(Routine editor should appear)
7. Replace text `mydb`.`routine1` to 'aa'
8. Wait several seconds - Now three routines appear in Summary View (<-- This is a bug - we created only one)
[5 Dec 2007 17:11] Andrii Nikitin
Fixed in rev 2301 
Renaming in OverviewForm will be disabled for Routines soon;
because it is not clear how should SQL body updated (particullary in case when it contains syntax error)
[6 Feb 2008 16:08] Johannes Taxacher
renaming routines in overview not possible anymore