Bug #12031 Wrong delimiter in stored procedue wizard
Submitted: 19 Jul 2005 13:55 Modified: 19 Jul 2005 15:01
Reporter: [ name withheld ] (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S2 (Serious)
Version:1.1.10 OS:Windows (Windows XP sp2)
Assigned to: CPU Architecture:Any

[19 Jul 2005 13:55] [ name withheld ]
Description:
When creating a stored proc the scheleton proposed has wrong delimiter for DROP PROCEDURE ...

How to repeat:
Open Query Browser, go to Script -> Create stored procedure/function, input name and press "Create procedure", you'll get:

DELIMITER $$

DROP PROCEDURE IF EXISTS `southwind`.`a`\\
CREATE PROCEDURE `southwind`.`a` ()
BEGIN

END$$

DELIMITER ;

You see that the delimiter is set to "$$" but the DROP PROCEDURE uses "\\"
[19 Jul 2005 15:01] Aleksey Kishkin
already fixed in current release. Please test  query browser 1.1.13