Bug #69349 Can't Edit Stored Function SQL
Submitted: 30 May 2013 5:42 Modified: 22 Jul 2013 2:59
Reporter: 秀幸 中西 Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.47 OS:MacOS
Assigned to: CPU Architecture:Any
Tags: Routines Function, workbench

[30 May 2013 5:42] 秀幸 中西
Description:
Can't edit(alter) function SQL

How to repeat:
Right click on "Routines -> (select existing function)", and select "Alter Function"
[31 May 2013 1:06] MySQL Verification Team
Thank you foe the bug report. Please provide the create statement of one function you can't edit. Thanks.
[31 May 2013 1:09] 秀幸 中西
The function that I created and can't open is

-- --------------------------------------------------------------------------------
-- Routine DDL
-- Note: comments before and after the routine body will not be stored by the server
-- --------------------------------------------------------------------------------
DELIMITER $$

CREATE DEFINER=`xxxx`@`yyyy` FUNCTION `IFNULLINT`(var1 BIGINT, var2 INT) RETURNS int(11)
RETURN IFNULL(var1, var2)
[22 Jun 2013 2:59] Alfredo Kojima
Can't repeat, pls provide the wb.log file generated after repeating the error  from ~/Library/Application Support/MySQL/Workbench/logs
[23 Jul 2013 1:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".