summaryrefslogtreecommitdiff
path: root/sql/sql_tvc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_tvc.cc')
-rw-r--r--sql/sql_tvc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_tvc.cc b/sql/sql_tvc.cc
index 763fd8ec45b..b5f60681406 100644
--- a/sql/sql_tvc.cc
+++ b/sql/sql_tvc.cc
@@ -344,7 +344,7 @@ int table_value_constr::save_explain_data_intern(THD *thd,
output->add_node(explain);
if (select_lex->is_top_level_node())
- output->query_plan_ready();
+ output->query_plan_set_ready();
DBUG_RETURN(0);
}