diff options
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r-- | sql/sql_lex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc index f8b93abd4ae..b174b88bd6e 100644 --- a/sql/sql_lex.cc +++ b/sql/sql_lex.cc @@ -5221,7 +5221,7 @@ int st_select_lex_unit::save_union_explain(Explain_query *output) output->add_node(eu); if (eu->get_select_id() == 1) - output->query_plan_ready(); + output->query_plan_set_ready(); return 0; } |