Bug #8265 | Lost connection to MySQL server while calling stored procedure | ||
---|---|---|---|
Submitted: | 2 Feb 2005 12:53 | Modified: | 25 Feb 2005 16:12 |
Reporter: | Johan Axelsson | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.3-alpha-20051022 | OS: | Linux (Linux, Gentoo) |
Assigned to: | Per-Erik Martin | CPU Architecture: | Any |
[2 Feb 2005 12:53]
Johan Axelsson
[2 Feb 2005 13:38]
MySQL Verification Team
Thank you for the bug report.
[4 Feb 2005 8:37]
Johan Axelsson
Dear Sir, I did some more testing with 2 different stored procedures. test_sp1(): SELECT count(*) FROM test_table; test_sp2: SELECT * FROM test_table; If I call sp1() before calling test_sp2() the error is still there, but if I call test_sp2() first or close the connection between the calls it works fine. Best Regards Johan
[25 Feb 2005 16:12]
Per-Erik Martin
Fixed by a previous bugfix.