1
0
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:
Sergey Petrunya
2012-06-07 19:55:22 +04:00
parent 2c1e737c6c
commit 5eecea8caf
8 changed files with 121 additions and 37 deletions

View File

@@ -3328,6 +3328,8 @@ public:
/* this will be called in the parent thread: */
void flush_data();
void discard_data();
List<String> data_rows;
};