Bug #7026 DatabaseMetaData.getProcedures() ignores the catalog parameter
Submitted: 6 Dec 2004 1:04 Modified: 20 Dec 2004 18:10
Reporter: [ name withheld ] Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / J Severity:S2 (Serious)
Version:3.1.5 OS:Any (all)
Assigned to: Mark Matthews CPU Architecture:Any

[6 Dec 2004 1:04] [ name withheld ]
Description:
The catalog parameter is ignored in the DatabaseMetaData.getProcedure() method. It returns all procedures in all databases.

How to repeat:
Call DatabaseMetaData.getProcedure() with a specific database name. Procedures from other databases are returned as well.

Suggested fix:
Only return stored procedures from the specified database (catalog).
[20 Dec 2004 18:10] Mark Matthews
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