Bug #20032 Information_Schema.Parameters is missing
Submitted: 24 May 2006 6:57 Modified: 12 Aug 2008 22:08
Reporter: Mike Griffin
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:5.x OS:Any (Any)
Assigned to: Target Version:
Tags: affects_connectors

[24 May 2006 6:57] Mike Griffin
Description:
You implement Information_Schema.Routines which can give us stored procedures but not
Information_Schema.Parameters so we can get the parameters

How to repeat:
Information_Schema.Parameters is part of the INFORMATION_SCHEMA specification, is there
any change you can implement it?
[24 May 2006 7:41] Hartmut Holzgraefe
This is already on our TODO list, see

http://dev.mysql.com/doc/refman/5.0/en/other-information-schema-tables.html

  We intend to implement additional INFORMATION_SCHEMA tables. 
  In particular, we acknowledge the need for the PARAMETERS and 
  REFERENTIAL_CONSTRAINTS tables.
[12 Aug 2008 22:08] Hartmut Holzgraefe
INFORMATION_SCHEMA.PARAMETERS has been added to MySQL 6.0 now:

http://dev.mysql.com/doc/refman/6.0/en/parameters-table.html