diff options
author | ramil/ram@mysql.com/myoffice.izhnet.ru <> | 2006-07-23 12:58:26 +0500 |
---|---|---|
committer | ramil/ram@mysql.com/myoffice.izhnet.ru <> | 2006-07-23 12:58:26 +0500 |
commit | a810a2a437854d057303892ed405a89b95ea0ed5 (patch) | |
tree | 08fa09f5252fbbbbd7c9f4cc92b6b37c3ecbceca /sql/item_sum.h | |
parent | d5b41988cd2418a473ce311f68d94440229821d7 (diff) | |
parent | ca345dede4a001abb2ec06aa5feec34bed38f0e6 (diff) | |
download | mariadb-git-a810a2a437854d057303892ed405a89b95ea0ed5.tar.gz |
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into mysql.com:/usr/home/ram/work/5.0.b10966
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index f4ff257aa4e..f1ea95214de 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -688,7 +688,7 @@ public: { return sample ? "var_samp(" : "variance("; } Item *copy_or_same(THD* thd); Field *create_tmp_field(bool group, TABLE *table, uint convert_blob_length); - enum Item_result result_type () const { return hybrid_type; } + enum Item_result result_type () const { return REAL_RESULT; } }; class Item_sum_std; |