Comment 1 for bug 715034

Revision history for this message
Timour Katchaounov (timour) wrote :

Slightly simplified version of the test query:

EXPLAIN
SELECT *
FROM ( SELECT * FROM t2 ) AS a2
WHERE (SELECT distinct SUM(distinct f3 ) FROM t1);