Bug #13759 Execute SQL crashes MySQL after creating the stored procedure
Submitted: 5 Oct 2005 1:50 Modified: 5 Nov 2005 17:11
Reporter: Marco M Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:1.1.3 OS:Windows (windows xp sp2)
Assigned to: Assigned Account CPU Architecture:Any

[5 Oct 2005 1:50] Marco M
Description:
i create a stored procedure, and then i open to edit it, i change nothing and click execute sql and the server crashes.

How to repeat:
Create a stored procedure from the administrator, 
******************************
create procedure 'test'.'GetNames'()
begin
       select Name from details;
end
******************************
click "execute SQL", the stored procedure is created.
select the stored procedure from the list, and click edit procedure, then click again "Execute SQL"
[5 Oct 2005 4:29] Jorge del Conde
Thanks for your bug report.  I was able to reproduce this in 1.1.3
[5 Oct 2005 17:11] MySQL Verification Team
Most probably this a duplicate bug of:

http://bugs.mysql.com/bug.php?id=13718

please start the server with log enabled and take a look
if MA tries to create the stored procedure how showed
in the above bug report.

Thanks in advance.
[6 Nov 2005 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".