diff options
author | Anel Husakovic <anel@mariadb.org> | 2018-10-07 04:51:46 -0700 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2019-01-16 13:34:54 +0200 |
commit | 802e8d6b89b4e1de1714cad56f53c643d58597c2 (patch) | |
tree | e095900fab5acc4ddde43e9e67da6ea59d278bcc /sql/handler.h | |
parent | 2153aaf66eeff70b2191806e187c2b845b91f3a2 (diff) | |
download | mariadb-git-802e8d6b89b4e1de1714cad56f53c643d58597c2.tar.gz |
Backport 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.
There were some result files which failed after running mtr.
These files are updated with newly create record with mtr --record.
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 8569cd53410..284fed7cd7e 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -727,6 +727,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, |