[MDEV-9652] EXPLAIN FORMAT=JSON should show outer_ref_cond Created: 2016-02-28 Updated: 2016-02-28 Resolved: 2016-02-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | 10.2.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
EXPLAIN FORMAT=JSON doesn't show outer_ref_table cond. This is a condition that is a part of subquery's WHERE condition that
we produce and evaluate it but EXPLAIN FORMAT=JSON doesn't show it. |