diff options
author | unknown <bell@sanja.is.com.ua> | 2004-12-07 21:18:15 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2004-12-07 21:18:15 +0200 |
commit | 86f19614e1c07b1e3e540d082c137edad80b9f44 (patch) | |
tree | c65dba4e993822cd73f2705f38ad9dfc008115e9 /sql/item_sum.h | |
parent | d91953fa905878bf6aeb048ce59d5ed4954c06c9 (diff) | |
download | mariadb-git-86f19614e1c07b1e3e540d082c137edad80b9f44.tar.gz |
postreview fix
sql/item_cmpfunc.cc:
comment fixed
sql/item_subselect.cc:
comment fixed
debug info and inherited method call
sql/item_subselect.h:
comment fixed
sql/item_sum.cc:
comment fixed
sql/item_sum.h:
comment fixed
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 e718c885d4a..cec611b8854 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -402,7 +402,7 @@ class Item_sum_hybrid :public Item_sum enum_field_types hybrid_field_type; int cmp_sign; table_map used_table_cache; - bool was_values; // was checked at least some values (for max/min only) + bool was_values; // Set if we have found at least one row (for max/min only) public: Item_sum_hybrid(Item *item_par,int sign) |