Bug #8474 | using cursor rewrites parameters in function | ||
---|---|---|---|
Submitted: | 12 Feb 2005 12:57 | Modified: | 13 Feb 2005 14:53 |
Reporter: | ury stankevich | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.2 | OS: | Linux (linux) |
Assigned to: | CPU Architecture: | Any |
[12 Feb 2005 12:57]
ury stankevich
[13 Feb 2005 14:53]
Alexander Keremidarski
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.mysql.com/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to 'Open'. Thank you for your interest in MySQL. Additional info: Please elaborate more on what exactly happens with full test case. Current example selects from unknown table. SELECT statements are not allowed for funtions which means opening a cursor should return an error. Also please note that Stored Procedures and Functions has nothing to do with UDF (User Defined Functions)
[14 Feb 2005 8:46]
ury stankevich
ok, thanks i convert function to procedure and cursors now OK.