Bug #14764 Procedure/function debugging(?) is not explained in online help
Submitted: 8 Nov 2005 16:47 Modified: 3 Nov 2008 13:11
Reporter: Gisbert Selke (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S4 (Feature request)
Version:1.1.17 OS:Windows (Win XP)
Assigned to: CPU Architecture:Any

[8 Nov 2005 16:47] Gisbert Selke
Description:
It is unclear how to use the apparent debugging features when editing stored functions/procedures. After entering the following function:
DELIMITER $$
DROP FUNCTION IF EXISTS `sqlstarter_small`.`dummy`$$
CREATE FUNCTION `sqlstarter_small`.`dummy`(i int) RETURNS int
BEGIN
   return 2*i;
END$$
DELIMITER ;
and then clicking on "continue", I get a short flash of the display but
nothing else. I found no explanation in the online helpon what I shoiuld
expect to happen.

How to repeat:
Create some trivial function like:
DELIMITER $$
DROP FUNCTION IF EXISTS `test`.`dummy`$$
CREATE FUNCTION `test`.`dummy`(i int) RETURNS int
BEGIN
   return 2*i;
END$$
DELIMITER ;
Click "continue". I get a short flash of the display but nothing else. I found no explanation in the online help on what I should expect to happen.
[3 Nov 2008 13:11] Susanne Ebrecht
Many thanks for writing a feature request.
This is already fixed in newer version of MySQL Query Browser. Our actual version is 1.2.14.