576
576
to prepend EXPLAIN to any query and receive output for it,
577
577
even if the query itself redirects the output.
581
580
session->send_explain_fields(result);
582
581
optimizer::ExplainPlan planner;
583
582
res= planner.explainUnion(session, &session->lex().unit, result);