Bug #9050 | Functions: SELECT and INSERT are allowed from within a FUNCTION | ||
---|---|---|---|
Submitted: | 8 Mar 2005 14:15 | Modified: | 8 Mar 2005 17:11 |
Reporter: | Disha | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.0.3-alpha-nt | OS: | Wnidows Server 2003 |
Assigned to: | CPU Architecture: | Any |
[8 Mar 2005 14:15]
Disha
[8 Mar 2005 17:08]
Alexander Keremidarski
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php
[8 Mar 2005 17:11]
Alexander Keremidarski
Quoting the manual: Note: Currently, stored functions created with CREATE FUNCTION may not contain references to tables. Please note that this includes some SET statements, but excludes some SELECT statements.