mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
MDEV-9652: EXPLAIN FORMAT=JSON should show outer_ref_cond
Show outer_ref_condition in EXPLAIN FORMAT=JSON output.
This commit is contained in:
parent
0dbfc0fde7
commit
ab44e892d8
5 changed files with 59 additions and 1 deletions
|
|
@ -232,9 +232,10 @@ public:
|
|||
|
||||
/* Expensive constant condition */
|
||||
Item *exec_const_cond;
|
||||
Item *outer_ref_cond;
|
||||
|
||||
/* HAVING condition */
|
||||
COND *having;
|
||||
Item *having;
|
||||
Item::cond_result having_value;
|
||||
|
||||
/* Global join attributes. In tabular form, they are printed on the first row */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue