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_cmpfunc.cc | |
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_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index c6ac1651118..51212418b09 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -146,7 +146,9 @@ void Item_func_not_all::print(String *str) /* - special NOP for ALL subquery + Special NOP (No OPeration) for ALL subquery it is like Item_func_not_all + (return TRUE if underlaying sudquery do not return rows) but if subquery + returns some rows it return same value as argument (TRUE/FALSE). */ longlong Item_func_nop_all::val_int() |