summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-12-07 21:18:15 +0200
committerunknown <bell@sanja.is.com.ua>2004-12-07 21:18:15 +0200
commit86f19614e1c07b1e3e540d082c137edad80b9f44 (patch)
treec65dba4e993822cd73f2705f38ad9dfc008115e9 /sql/item_subselect.h
parentd91953fa905878bf6aeb048ce59d5ed4954c06c9 (diff)
downloadmariadb-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_subselect.h')
-rw-r--r--sql/item_subselect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index bd6ede49255..ab2d441ed7a 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -160,7 +160,7 @@ class Item_maxmin_subselect :public Item_singlerow_subselect
{
protected:
bool max;
- bool was_values; // was checked at least some values
+ bool was_values; // Set if we have found at least one row
public:
Item_maxmin_subselect(Item_subselect *parent,
st_select_lex *select_lex, bool max);