mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Name resolution context added (BUG#6443)
This commit is contained in:
@ -25,7 +25,7 @@ bool mysql_drop_view(THD *thd, TABLE_LIST *view, enum_drop_mode drop_mode);
|
||||
|
||||
bool check_key_in_view(THD *thd, TABLE_LIST * view);
|
||||
|
||||
bool insert_view_fields(List<Item> *list, TABLE_LIST *view);
|
||||
bool insert_view_fields(THD *thd, List<Item> *list, TABLE_LIST *view);
|
||||
|
||||
frm_type_enum mysql_frm_type(char *path);
|
||||
|
||||
|
Reference in New Issue
Block a user