Bug #51116 | Stored procedure syntax validation | ||
---|---|---|---|
Submitted: | 11 Feb 2010 18:39 | Modified: | 12 Feb 2010 6:45 |
Reporter: | Vijay Konda | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S2 (Serious) |
Version: | 5.4.4-alpha | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | stored procedure syntax check |
[11 Feb 2010 18:39]
Vijay Konda
[12 Feb 2010 6:45]
Sveta Smirnova
Thank you for the report. Both statements are syntactically valid, they just return runtime error. So this is not a bug what such a procedure can be created.
[26 Apr 2012 15:18]
Downs Bryan
This is a huge bug. If the procedure cant be ran due to bad syntax it shouldnt save / compile. This is especially an issue in a live environment. Why have any sproc syntax checking if you dont catch all bad SQL? All other major DBMS's catch this at save.
[20 Jun 2024 12:48]
Luigi Cardito
Was this addressed? If so when? Thanks!