mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-324: SHOW EXPLAIN: Plan produced by SHOW EXPLAIN for a query with TEMPTABLE view loses 'DERIVED' line
- Make SHOW EXPLAIN code take into account that st_select_lex object without joins can be a full-featured SELECTs which were already executed and cleaned up.
This commit is contained in:
@@ -3328,6 +3328,8 @@ public:
|
||||
/* this will be called in the parent thread: */
|
||||
void flush_data();
|
||||
|
||||
void discard_data();
|
||||
|
||||
List<String> data_rows;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user