Bug #2227 Server crash with stored procedure call
Submitted: 28 Dec 2003 13:26 Modified: 21 Jan 2004 6:37
Reporter: Georg Richter
Status: Closed
Category:Server Severity:S3 (Non-critical)
Version:5.0.0 OS:Linux (Linux)
Assigned to: Bugs System Target Version:

[28 Dec 2003 13:26] Georg Richter
Description:
calling the following stored procedure crashes server

How to repeat:
mysql> create procedure test1(p int) select p;
Query OK, 0 rows affected (0.00 sec)

mysql> call test1(1);
ERROR 2013 (HY000): Lost connection to MySQL server during query
mysql>
Number of processes running now: 0
031228 21:23:21  mysqld restarted
[21 Jan 2004 6:37] Per-Erik Martin
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html