Below is the list of changes that have just been committed into a local
6.0 repository of sergefp. When sergefp does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2008-05-01 19:16:05+04:00, sergefp@stripped +1 -0
Fix comment
sql/sql_select.cc@stripped, 2008-05-01 19:15:58+04:00, sergefp@stripped +1 -1
Fix comment
diff -Nrup a/sql/sql_select.cc b/sql/sql_select.cc
--- a/sql/sql_select.cc 2008-05-01 12:45:46 +04:00
+++ b/sql/sql_select.cc 2008-05-01 19:15:58 +04:00
@@ -632,7 +632,7 @@ JOIN::prepare(Item ***rref_pointer_array
Subquery is correlated to any query outer to IN predicate ||
(Subquery is correlated to the immediate outer query &&
Subquery !contains {GROUP BY, ORDER BY [LIMIT],
- aggregate functions) && subquery predicate is not under "NOT IN"))
+ aggregate functions}) && subquery predicate is not under "NOT IN"))
6. No execution method was already chosen (by a prepared statement).
(*) The subquery must be part of a SELECT statement. The current
| Thread |
|---|
| • bk commit into 6.0 tree (sergefp:1.2631) | Sergey Petrunia | 1 May |