Bug #3503 CREATE PACKAGE with procedures and functions
Submitted: 19 Apr 2004 8:02 Modified: 14 Feb 2007 12:41
Reporter: Mickael Besson Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S4 (Feature request)
Version:5.0.0 OS:Windows (Windows NT 4)
Assigned to: CPU Architecture:Any

[19 Apr 2004 8:02] Mickael Besson
Description:

The creation of a package which would contain procedures and/or functions will be very practical. 

How to repeat:

CREATE PACKAGE BODY MY_PACKAGE IS
...
PROCEDURE ...
...
FUNCTION ...
...
[14 Feb 2007 12:41] Sveta Smirnova
Although this bug report was created early, bug #11696 contains more detailed description of the feature. So I'll mark this one as duplicate.