summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2012-06-18 16:50:16 +0400
committerSergey Petrunya <psergey@askmonty.org>2012-06-18 16:50:16 +0400
commit28f2c5641d2b1423f4904828a678ceb3e794355e (patch)
tree5675c159f12f4f91057a27cae648d807b2cdadf5 /sql/item_subselect.h
parent11f723401c9946910630e7478e5639736630e67e (diff)
parentdb6dbadb5a9edd9e93398b6afe8e3196eb768e0a (diff)
downloadmariadb-git-28f2c5641d2b1423f4904828a678ceb3e794355e.tar.gz
5.3->5.5 merge
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 0e0f61aedd9..6b00cd18d6e 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -159,8 +159,8 @@ public:
null_value= 1;
}
/**
- Set the subquery result to the default value for the predicate when the
- subquery is known to produce an empty result.
+ Set the subquery result to a default value consistent with the semantics of
+ the result row produced for queries with implicit grouping.
*/
void no_rows_in_result()= 0;
virtual bool select_transformer(JOIN *join);