diff options
author | unknown <bell@sanja.is.com.ua> | 2003-01-29 20:44:47 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-01-29 20:44:47 +0200 |
commit | 72e091f0f6b3347046b178cf40d99749f2c2da20 (patch) | |
tree | 0388d71e4d05deefde23bc90c8ba8779cfaad936 /sql/item_row.h | |
parent | b627e2dbb294b3a9fe64faf017b06988c70ef378 (diff) | |
download | mariadb-git-72e091f0f6b3347046b178cf40d99749f2c2da20.tar.gz |
fixed row items with group functions
fixed layout
BitKeeper/etc/ignore:
Added stamp-h2 stamp-h3 stamp-h4 to the ignore list
mysql-test/r/row.result:
test of row with group function
mysql-test/t/row.test:
test of row with group function
sql/item_cmpfunc.cc:
added braces according review
sql/item_func.cc:
fixed layout
sql/item_row.cc:
fixed row item
sql/item_row.h:
fixed row items with group functions
Diffstat (limited to 'sql/item_row.h')
-rw-r--r-- | sql/item_row.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_row.h b/sql/item_row.h index ccaf68bed64..e28f18d24ff 100644 --- a/sql/item_row.h +++ b/sql/item_row.h @@ -63,6 +63,7 @@ public: return 0; }; bool fix_fields(THD *thd, TABLE_LIST *tables, Item **ref); + void split_sum_func(Item **ref_pointer_array, List<Item> &fields); table_map used_tables() const { return used_tables_cache; }; bool const_item() const { return const_item_cache; }; enum Item_result result_type() const { return ROW_RESULT; } |