diff options
author | bell@sanja.is.com.ua <> | 2004-09-14 19:28:29 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-09-14 19:28:29 +0300 |
commit | f797298fc564c70accf5b227fcfe72f12869762b (patch) | |
tree | 44ca229eb83d0543674b391c46f4d3a77539bfb7 /sql/item_cmpfunc.h | |
parent | 31379fbebe149392550d3d3e2387785d55a230d5 (diff) | |
download | mariadb-git-f797298fc564c70accf5b227fcfe72f12869762b.tar.gz |
fixed merged view fields names (BUG#5147)
support of merged VIEW over several tables added (WL#1809)
Diffstat (limited to 'sql/item_cmpfunc.h')
-rw-r--r-- | sql/item_cmpfunc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.h b/sql/item_cmpfunc.h index e7bef18e629..b07dd10a5bc 100644 --- a/sql/item_cmpfunc.h +++ b/sql/item_cmpfunc.h @@ -965,7 +965,8 @@ public: void update_used_tables(); void print(String *str); void split_sum_func(Item **ref_pointer_array, List<Item> &fields); - friend int setup_conds(THD *thd,TABLE_LIST *tables,COND **conds); + friend int setup_conds(THD *thd, TABLE_LIST *tables, TABLE_LIST *leaves, + COND **conds); void top_level_item() { abort_on_null=1; } void copy_andor_arguments(THD *thd, Item_cond *item); bool walk(Item_processor processor, byte *arg); |