diff options
author | Anel Husakovic <anel@mariadb.org> | 2018-04-03 12:41:13 +0000 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-08-25 17:03:20 +0300 |
commit | d526679efd108478cc2af07578a15434fb46ed85 (patch) | |
tree | 0551593e16f022706d78d480cc5c0a099959c2ac /sql/handler.h | |
parent | 7f73f5e4e5bdae80561ff2596f5142965397a1b1 (diff) | |
download | mariadb-git-d526679efd108478cc2af07578a15434fb46ed85.tar.gz |
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.
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/handler.h b/sql/handler.h index c6d7ef5870a..e3ab87b941b 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -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, |