Bug #3730 | calling stored procedure with insert causes crash | ||
---|---|---|---|
Submitted: | 12 May 2004 19:43 | Modified: | 15 May 2004 2:41 |
Reporter: | Luis Bernardo | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.0-alpha-nt | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[12 May 2004 19:43]
Luis Bernardo
[15 May 2004 2:41]
MySQL Verification Team
Thank you for the bug report. I tested this issue with a server 5.0.1 and the crash reported was already fixed and will added in the next release. mysql> call adduser('bernardo@example.com', 'bernardo', 'Luis', 'Bernardo')| Query OK, 1 row affected (0.03 sec) mysql> select * from users| +----------------------+----------+-----------+----------+ | email | password | firstName | lastName | +----------------------+----------+-----------+----------+ | bernardo@example.com | bernardo | Luis | Bernardo | +----------------------+----------+-----------+----------+ 1 row in set (0.02 sec) mysql> select version()| +-----------------+ | version() | +-----------------+ | 5.0.1-alpha-max | +-----------------+ 1 row in set (0.00 sec)