Bug #51247 Routine Editor adds wrong trailing-delimiter
Submitted: 17 Feb 2010 15:59 Modified: 26 Mar 2010 16:02
Reporter: Johannes Taxacher Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench: SQL Editor Severity:S3 (Non-critical)
Version:5.2.16 OS:MacOS
Assigned to: Alfredo Kojima CPU Architecture:Any

[17 Feb 2010 15:59] Johannes Taxacher
Description:
routine editor adds a // as last delimiter although the code uses DELIMITER $$ at beginning

How to repeat:
open query session and execute "alter routine" on an existing routine object.
(note that syntax highlighter even recognizes the problem and underlines it)

this happens on mac/linux ... its working fine for windows version
[24 Feb 2010 1:32] Alfredo Kojima
Fixed
[25 Mar 2010 14:32] Johannes Taxacher
fixed confirmed in repository
[26 Mar 2010 16:02] Tony Bedford
An entry has been added to the 5.2.17 changelog:

In the Routine Editor, the editor added “//” as the last delimiter, even though “DELIMITER $$” was used at the beginning of the code.