Bug #13363 naming of incoming param when creating a function
Submitted: 21 Sep 2005 2:07 Modified: 5 Oct 2005 14:41
Reporter: Ryan Clements Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.14 OS:Windows (Windows XP)
Assigned to: Vladimir Kolesnikov CPU Architecture:Any

[21 Sep 2005 2:07] Ryan Clements
Description:
I have created a function that takes an input paramater of "inID INT(8)" yet, in the schemata, the input variables required is listed as ID(8). It appears to have dropped the "in" when displaying the variables.

However, when the code calls for "inID" everything works fine. It is purely its display.

How to repeat:
create a new function which requires a parameter that starts with "in".

Suggested fix:
unknown? Possibly a filter to remove IN as the direction of a paramter is not required for a function?
[21 Sep 2005 23:16] Jorge del Conde
Thanks for your bug report.  I was able to reproduce this bug using 1.1.15
[5 Oct 2005 14:41] Vladimir Kolesnikov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html