1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Merge of recent changes in MWL#182 in 5.3 with {Merge of MWL#182 with 5.5}

This commit is contained in:
Sergey Petrunya
2012-05-17 00:59:03 +04:00
15 changed files with 942 additions and 125 deletions

View File

@@ -1528,8 +1528,12 @@ public:
THD *target_thd;
THD *request_thd;
bool failed_to_produce;
select_result_explain_buffer *explain_buf;
String query_str;
static void get_explain_data(void *arg);
};