mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 14:55:32 +02:00
VIEW support for CHECK TABLE command (WL#1984)
mysql-test/r/view.result: test of CHECK TABLE for VIEW mysql-test/t/view.test: test of CHECK TABLE for VIEW sql/handler.h: new check message sql/sql_table.cc: view support for admin table sql/sql_view.cc: check of view MD5 added sql/sql_view.h: check of view MD5 added
This commit is contained in:
parent
17cf3c633e
commit
4f553314ed
6 changed files with 110 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue