mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03: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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user