Commit 1a045340 authored by unknown's avatar unknown

fixed "double Procedure::~Procedure" bug

parent 33c5a8af
...@@ -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