mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
mysql_priv.h:
Reverts incomplete change of insert_fields() sql/mysql_priv.h: Reverts incomplete change of insert_fields()
This commit is contained in:
parent
24ad655ab5
commit
4a9e7d384e
1 changed files with 1 additions and 2 deletions
|
@ -809,8 +809,7 @@ bool get_key_map_from_key_list(key_map *map, TABLE *table,
|
|||
bool insert_fields(THD *thd,TABLE_LIST *tables,
|
||||
const char *db_name, const char *table_name,
|
||||
List_iterator<Item> *it, bool any_privileges,
|
||||
bool allocate_view_names,
|
||||
bool select_insert);
|
||||
bool allocate_view_names);
|
||||
bool setup_tables(THD *thd, TABLE_LIST *tables, Item **conds,
|
||||
TABLE_LIST **leaves, bool refresh_only,
|
||||
bool select_insert);
|
||||
|
|
Loading…
Reference in a new issue