mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
make JOIN::prepare, JOIN::optimize only once for EXPLAIN of derived table
(BUG#2120 sfter merge)
This commit is contained in:
@ -232,6 +232,7 @@ public:
|
||||
UNCACHEABLE_DEPENDENT
|
||||
UNCACHEABLE_RAND
|
||||
UNCACHEABLE_SIDEEFFECT
|
||||
UNCACHEABLE_EXPLAIN
|
||||
*/
|
||||
uint8 uncacheable;
|
||||
enum sub_select_type linkage;
|
||||
|
Reference in New Issue
Block a user