summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-04-07 04:33:58 +0300
committermonty@mysql.com <>2004-04-07 04:33:58 +0300
commit70c4eb5838d8cea7ef55226c1b757a12b4a47dec (patch)
treee2be01ea44891cc2fa4d0a64da4e14538f119f32 /sql/item_sum.h
parent472e87a40cac9c7a348b012e8c4f6637d7ed4d31 (diff)
downloadmariadb-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.h2
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;