summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2004-11-27 14:48:24 +0100
committerunknown <kent@mysql.com>2004-11-27 14:48:24 +0100
commit3c276f41baf53f0fe6412fd4aa664d9e67919c46 (patch)
tree72c9cbbe7bdee0fcf579dd482bcf5018118e4fe8
parent6abe44badd8c02226cc7cc36b5c90e4e84e45171 (diff)
parente1310f381df84cc186300f1b58b4adecace13ae2 (diff)
downloadmariadb-git-3c276f41baf53f0fe6412fd4aa664d9e67919c46.tar.gz
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-compile
-rw-r--r--sql/mysql_priv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index eb53394b96b..b7518c2c96d 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -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);