mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fixed compile errors of the merge of the patch for mdev-8789 with 10.2.
This commit is contained in:
@ -56,6 +56,8 @@ bool check_duplicate_names(THD *thd, List<Item>& item_list,
|
||||
bool mysql_rename_view(THD *thd, const char *new_db, const char *new_name,
|
||||
TABLE_LIST *view);
|
||||
|
||||
void make_valid_column_names(THD *thd, List<Item> &item_list);
|
||||
|
||||
#define VIEW_ANY_ACL (SELECT_ACL | UPDATE_ACL | INSERT_ACL | DELETE_ACL)
|
||||
|
||||
extern const LEX_STRING view_type;
|
||||
|
Reference in New Issue
Block a user