1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Code cleanup

This commit is contained in:
Sergey Petrunya
2013-06-27 16:28:57 +04:00
parent d634638c56
commit c0f7efb1ae
5 changed files with 29 additions and 125 deletions

View File

@@ -1023,7 +1023,6 @@ exit_without_my_ok:
List<Item> dummy; /* note: looked in 5.6 and they too use a dummy list like this */
result->prepare(dummy, &thd->lex->unit);
thd->send_explain_fields(result);
//int err2= thd->lex->print_explain(result, 0 /* explain flags*/, &printed_anything);
int err2= thd->lex->query_plan_footprint->print_explain(result, 0 /* explain flags*/);
if (err2)