| Bug #36422 | EXPLAIN EXTENDED; SHOW WARNINGS doesn't have ON expression for semi-joins | ||
|---|---|---|---|
| Submitted: | 30 Apr 2008 4:19 | Modified: | 30 Apr 2008 4:20 |
| Reporter: | Sergey Petrunya | ||
| Status: | Verified | ||
| Category: | Server: Optimizer | Severity: | S3 (Non-critical) |
| Version: | 6.0.x | OS: | Any |
| Assigned to: | Target Version: | ||
| Tags: | subquery, subqueries | ||
| Triage: | Triaged: D3 (Medium) | ||
[30 Apr 2008 4:19]
Sergey Petrunya
[5 Jun 2008 23:38]
Sergey Petrunya
Sergey Petrunia wrote: > ON expression for semi-joins is not printed. This is confusing because > semi-join operation only makes sense when there is an ON expression. On a second thought, semi join *does* make sense when there is no ON expression but there is WHERE clause (which is always the case). The semantics are clear - it's like join but without any record combinations that differ in inner tables only. Keeping the bug verified until we make up our mind.
