1 #ifndef SQL_VIEW_INCLUDED
2 #define SQL_VIEW_INCLUDED
20 #include "sql_class.h"
31 enum_view_create_mode
mode);
34 enum_view_create_mode
mode);
37 bool open_view_no_parse);
39 bool mysql_drop_view(THD *thd,
TABLE_LIST *
view, enum_drop_mode drop_mode);
47 extern TYPELIB updatable_views_with_limit_typelib;
49 bool check_duplicate_names(
List<Item>& item_list,
bool gen_unique_view_names);
50 bool mysql_rename_view(THD *thd,
const char *new_db,
const char *new_name,
53 #define VIEW_ANY_ACL (SELECT_ACL | UPDATE_ACL | INSERT_ACL | DELETE_ACL)