Bug #10309 | "dependant subquery" should be only "subquery" | ||
---|---|---|---|
Submitted: | 2 May 2005 11:23 | Modified: | 22 Jan 2008 21:57 |
Reporter: | Corin Langosch | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S2 (Serious) |
Version: | 5.0.4 | OS: | Linux (linux debian) |
Assigned to: | CPU Architecture: | Any |
[2 May 2005 11:23]
Corin Langosch
[3 May 2005 1:22]
Jorge del Conde
Hi, Can you please upload the table schema of the tables used in these queries ? Thanks !
[4 May 2005 13:51]
MySQL Verification Team
Hello, Thank you for the report. There are currently some limitations in our sub-query optimizer that we are working on. We can't fix it right now because it requires a complex fix and I don't know when these fixes will be made, so I mark this report as "To be fixed later".
[22 Jan 2008 21:51]
Sergey Petrunya
The subquery is marked as "DEPENDENT SUBQUERY" because MySQL performs IN -> EXISTS transformation, essentially it takes the IN-equality and adds it into subquery's WHERE clause. This is not considered to be a bug.
[22 Jan 2008 21:57]
Sergey Petrunya
Setting to duplicate of BUG#10312 as this is the same issue.