1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Make SHOW EXPLAIN FOR produce a warning with the original text of query

that the EXPLAIN is for.
This commit is contained in:
Sergey Petrunya
2012-04-26 08:48:31 +05:30
parent 9b269ea11b
commit ff40705f89
4 changed files with 46 additions and 5 deletions

View File

@ -1471,6 +1471,8 @@ public:
select_result_explain_buffer *explain_buf;
String query_str;
static void get_explain_data(void *arg);
};