diff options
author | monty@mysql.com <> | 2004-04-07 04:33:58 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-04-07 04:33:58 +0300 |
commit | 70c4eb5838d8cea7ef55226c1b757a12b4a47dec (patch) | |
tree | e2be01ea44891cc2fa4d0a64da4e14538f119f32 /sql/item_sum.h | |
parent | 472e87a40cac9c7a348b012e8c4f6637d7ed4d31 (diff) | |
download | mariadb-git-70c4eb5838d8cea7ef55226c1b757a12b4a47dec.tar.gz |
Portability fixes
Fixed problems with group_concat() and HAVING
Updated crash-me values
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index cac080c5807..dc30e29061e 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -681,7 +681,6 @@ class Item_func_group_concat : public Item_sum MYSQL_ERROR *warning; bool warning_available; uint key_length; - int rec_offset; bool tree_mode; bool distinct; bool warning_for_row; @@ -704,7 +703,6 @@ class Item_func_group_concat : public Item_sum TREE *tree; TABLE *table; ORDER **order; - uint *field_offsets; TABLE_LIST *tables_list; ulong group_concat_max_len; uint show_elements; |