1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-19714: JOIN::pseudo_bits_cond is not visible in EXPLAIN FORMAT=JSON

Make it visible
This commit is contained in:
Sergei Petrunia
2019-06-08 02:28:29 +03:00
parent 9b22354a59
commit 5d06edfb26
5 changed files with 85 additions and 0 deletions

View File

@ -232,6 +232,7 @@ public:
/* Expensive constant condition */
Item *exec_const_cond;
Item *outer_ref_cond;
Item *pseudo_bits_cond;
/* HAVING condition */
Item *having;