summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-05-20 16:08:09 +0300
committermonty@donna.mysql.fi <>2001-05-20 16:08:09 +0300
commita3be64bfa519ff04d5b6a9be8dfb2e255ee3862b (patch)
tree44b5fdc74a98a393190bedb76517e514ffa8e69f /sql/mysql_priv.h
parent47b1235e402adcaf6e076c80a9b97b10573b3241 (diff)
downloadmariadb-git-a3be64bfa519ff04d5b6a9be8dfb2e255ee3862b.tar.gz
Fixed that MySQL compiles again after last merge.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 148cc8d528d..d00eb09a363 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -414,8 +414,9 @@ TABLE *unlink_open_table(THD *thd,TABLE *list,TABLE *find);
SQL_SELECT *make_select(TABLE *head, table_map const_tables,
table_map read_tables, COND *conds, int *error);
Item ** find_item_in_list(Item *item,List<Item> &items);
-bool insert_fields(THD *thd,TABLE_LIST *tables, const char *table_name,
- List_iterator<Item> *it);
+bool insert_fields(THD *thd,TABLE_LIST *tables,
+ const char *db_name, const char *table_name,
+ List_iterator<Item> *it);
bool setup_tables(TABLE_LIST *tables);
int setup_fields(THD *thd,TABLE_LIST *tables,List<Item> &item,
bool set_query_id,List<Item> *sum_func_list);