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

MWL#182: Explain running statements

- Code cleanup
This commit is contained in:
Sergey Petrunya
2012-04-26 06:40:36 +05:30
parent 8c4fc9ba75
commit ca8aa3901c
8 changed files with 220 additions and 47 deletions

View File

@ -1467,6 +1467,8 @@ public:
THD *target_thd;
THD *request_thd;
bool failed_to_produce;
select_result_explain_buffer *explain_buf;
static void get_explain_data(void *arg);