diff options
author | bell@sanja.is.com.ua <> | 2004-12-07 21:18:15 +0200 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-12-07 21:18:15 +0200 |
commit | acbca25dd28db6f3957551768f40b0e46082b1dd (patch) | |
tree | c65dba4e993822cd73f2705f38ad9dfc008115e9 /sql/item_sum.h | |
parent | 45ac6cf81a736af73ab1906e6a9f50a2ba4ea269 (diff) | |
download | mariadb-git-acbca25dd28db6f3957551768f40b0e46082b1dd.tar.gz |
postreview fix
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) |