diff options
Diffstat (limited to 'sql/sql_prepare.cc')
-rw-r--r-- | sql/sql_prepare.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_prepare.cc b/sql/sql_prepare.cc index d81070b7406..2f62a06f6a4 100644 --- a/sql/sql_prepare.cc +++ b/sql/sql_prepare.cc @@ -3927,8 +3927,7 @@ bool Prepared_statement::execute(String *expanded_query, bool open_cursor) if (! cursor) cleanup_stmt(); //psergey: TODO the "EXECUTE problem" is here - delete_qpf_query(thd->lex->query_plan_footprint); - thd->lex->query_plan_footprint= NULL; + delete_qpf_query(thd->lex); thd->set_statement(&stmt_backup); thd->stmt_arena= old_stmt_arena; |