Bug #49440 "Copy SQL to Clipboard" broken for Routine Groups
Submitted: 3 Dec 2009 23:58 Modified: 8 Jan 2010 17:29
Reporter: Kolbe Kegel Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.10 Beta OS:Any
Assigned to: Alfredo Kojima CPU Architecture:Any

[3 Dec 2009 23:58] Kolbe Kegel
Description:
Right-clicking on a Routine Group and selecting "Copy SQL to Clipboard" results, in fact, in the clipboard being emptied. Certainly there is no SQL copied to the Clipboard.

How to repeat:
Right-click a Routine Group and select "Copy SQL to Clipboard". Note the the Clipboard does not contain the SQL of the Routine Group.

Suggested fix:
This item should function as its name would suggest.
[30 Dec 2009 13:56] Alfredo Kojima
Implemented the feature by getting the SQL definition of each routine and joining them afterwards.
[7 Jan 2010 13:57] Johannes Taxacher
fix confirmed. will be include in 5.2.12
[8 Jan 2010 17:29] Tony Bedford
An entry has been added to the 5.2.12 changelog:

Right-clicking on a Routine Group and then selecting Copy SQL to Clipboard did not work. No code was copied to the clipboard.