mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-14474 information_schema.check_constraints
Implement according to standard SQL specification 2008. The check_constraints table is used for fetching metadata about the constraints defined for tables in all databases.
This commit is contained in:
committed by
Vicențiu Ciorbaru
parent
7f73f5e4e5
commit
d526679efd
@ -950,6 +950,7 @@ enum enum_schema_tables
|
||||
SCH_ALL_PLUGINS,
|
||||
SCH_APPLICABLE_ROLES,
|
||||
SCH_CHARSETS,
|
||||
SCH_CHECK_CONSTRAINTS,
|
||||
SCH_COLLATIONS,
|
||||
SCH_COLLATION_CHARACTER_SET_APPLICABILITY,
|
||||
SCH_COLUMNS,
|
||||
|
Reference in New Issue
Block a user