Bug #9587 | information_schema.table_constraints doesn't contain foreign key relationship | ||
---|---|---|---|
Submitted: | 2 Apr 2005 20:04 | Modified: | 24 May 2005 20:08 |
Reporter: | Niels G | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.3 | OS: | Any (All) |
Assigned to: | Sergei Glukhov | CPU Architecture: | Any |
[2 Apr 2005 20:04]
Niels G
[5 Apr 2005 2:51]
MySQL Verification Team
According with the Manual: http://dev.mysql.com/doc/mysql/en/other-information-schema-tables.html 21.1.16. Other INFORMATION_SCHEMA Tables We will add more INFORMATION_SCHEMA tables soon. Particularly, we acknowledge the need for INFORMATION_SCHEMA.PARAMETERS and for INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS and for INFORMATION_SCHEMA.TRIGGERS.
[23 May 2005 6:37]
Sergei Glukhov
Fixed in 5.0.6 "REFERENCED_TABLE_SCHEMA", "REFERENCED_TABLE_NAME", "REFERENCED_COLUMN_NAME" fields are added into KEY_COLUMN_USAGE table
[24 May 2005 20:08]
Paul DuBois
Noted in 5.0.6 changelog and description for the KEY_COLUMN_USAGE table.