Fixed BUG#10968: Stored procedures: crash if long loop
Free memory after all SP invokation. sql/sp_head.cc: Fixed memory leaks in SP invokation. Have to release memory after each call, or items and contexts are not released until it's too late.
Showing
Please register or sign in to comment