Commit 1fe18bea authored by serg@serg.mysql.com's avatar serg@serg.mysql.com

fixed "double Procedure::~Procedure" bug

parent d9d5ddb5
...@@ -743,7 +743,6 @@ JOIN::exec() ...@@ -743,7 +743,6 @@ JOIN::exec()
else else
error=(int) result->send_eof(); error=(int) result->send_eof();
} }
delete procedure;
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment