diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-10-14 10:54:52 -0700 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2018-10-14 10:54:52 -0700 |
commit | a6d44872be2bcb44b5841e6a17279187154e84b9 (patch) | |
tree | 18f721dc1c4f6757b0e5d63a9c4205d0b54d872b /sql/handler.h | |
parent | b715a0fe451425a2cc1c0be587a68c1512b4725a (diff) | |
parent | e27de08a5ed2218436589060d636b4cb86e8b257 (diff) | |
download | mariadb-git-bb-10.2-MDEV-17323.tar.gz |
Merge branch 'MDEV1732_check_constraint_10.2_v1' of https://github.com/an3l/server into an3l-MDEV1732_check_constraint_10.2_v1bb-10.2-MDEV-17323
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 ed2ef822c88..40e7b5a5c16 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -721,6 +721,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, |