diff options
author | unknown <kent@mysql.com> | 2004-11-27 13:39:15 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2004-11-27 13:39:15 +0100 |
commit | 4a9e7d384ee39ddd9f614688833ad832a100f8e9 (patch) | |
tree | 39dd4d0199e9952a028f552387849957e732b378 /sql/mysql_priv.h | |
parent | 24ad655ab5469b4fa7f9b5ee2bcd69ca6fb47f70 (diff) | |
download | mariadb-git-4a9e7d384ee39ddd9f614688833ad832a100f8e9.tar.gz |
mysql_priv.h:
Reverts incomplete change of insert_fields()
sql/mysql_priv.h:
Reverts incomplete change of insert_fields()
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
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); |