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:
@ -1471,6 +1471,8 @@ public:
|
||||
|
||||
select_result_explain_buffer *explain_buf;
|
||||
|
||||
String query_str;
|
||||
|
||||
static void get_explain_data(void *arg);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user