Public Member Functions | |
| ExplainPlan (Join *in_join, bool in_need_tmp_table, bool in_need_order, bool in_distinct, const char *in_message) | |
| void | printPlan () |
| bool | explainUnion (Session *session, Select_Lex_Unit *unit, select_result *result) |
Private Attributes | |
| Join * | join |
| bool | need_tmp_table |
| bool | need_order |
| bool | distinct |
| const char * | message |
Definition at line 40 of file explain_plan.h.