Bug #4043 | MySQL Crash when I make a SELECT in the Stored Procedure | ||
---|---|---|---|
Submitted: | 7 Jun 2004 18:56 | Modified: | 8 Jun 2004 11:53 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 55.0.0-alpha-max-debug | OS: | Windows (Windows) |
Assigned to: | CPU Architecture: | Any |
[7 Jun 2004 18:56]
[ name withheld ]
[7 Jun 2004 22:38]
[ name withheld ]
Hi, I'm the same jijiji Well I'm trying differents forms to make this select whitout this erros, and I concluded this mysql> CREATE PROCEDURE prueba( OUT status INT) -> begin -> select 1 into status; -> end// Query OK, 0 rows affected (0.00 sec) mysql> call prueba(@x)// Query OK, 0 rows affected (0.00 sec) mysql> select @x// +------+ | @x | +------+ | 1 | +------+ 1 row in set (0.00 sec) I have read the MySQL Manual, and says that we need to use the Select .. Into, for return a value... its simple no???
[8 Jun 2004 11:53]
Alexander Keremidarski
None of crashes fails for under linux with 5.0 from bk tree ChangeSet@1.1689, 2004-05-28 19:43:06+02:00, pem@mysql.comhem.se