diff options
author | bell@sanja.is.com.ua <> | 2004-10-28 19:37:25 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-10-28 19:37:25 +0300 |
commit | 13f249a02589265098462a488d3f5f516b4d3f01 (patch) | |
tree | 9ac9d13e53158ee30952aed1d7b5c187e9725380 /sql/sql_view.h | |
parent | 5bf7a8c30b7fb3c21a8cd57b4dad9b05b2a3b521 (diff) | |
download | mariadb-git-13f249a02589265098462a488d3f5f516b4d3f01.tar.gz |
VIEW support for CHECK TABLE command (WL#1984)
Diffstat (limited to 'sql/sql_view.h')
-rw-r--r-- | sql/sql_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_view.h b/sql/sql_view.h index 4cb2514f5b9..3248c8819f5 100644 --- a/sql/sql_view.h +++ b/sql/sql_view.h @@ -29,6 +29,8 @@ void insert_view_fields(List<Item> *list, TABLE_LIST *view); frm_type_enum mysql_frm_type(char *path); +int view_checksum(THD *thd, TABLE_LIST *view); + extern TYPELIB updatable_views_with_limit_typelib; #define VIEW_ANY_ACL (SELECT_ACL | UPDATE_ACL | INSERT_ACL | DELETE_ACL) |