diff options
author | ram@gw.mysql.r18.ru <> | 2004-06-15 16:03:16 +0500 |
---|---|---|
committer | ram@gw.mysql.r18.ru <> | 2004-06-15 16:03:16 +0500 |
commit | 56479967844adfb11311fa00563541aff16dc27f (patch) | |
tree | 28411be61405a826e3a2858d4e85950cfdd255f8 /sql/item_sum.h | |
parent | 83e6c51ca1d5f63b32b3751f56d5ea4bced646e0 (diff) | |
parent | 438a7d0162907cd2466a5df5585b5de2e9d3cbb4 (diff) | |
download | mariadb-git-56479967844adfb11311fa00563541aff16dc27f.tar.gz |
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1
into gw.mysql.r18.ru:/usr/home/ram/work/4.1.b4035
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index be8bb28e16b..507a36194de 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -696,7 +696,6 @@ class Item_func_group_concat : public Item_sum ORDER **order; TABLE_LIST *tables_list; ulong group_concat_max_len; - uint show_elements; uint arg_count_order; uint arg_count_field; uint field_list_offset; |