Bug #13837 | allow SP parameter in CREATE/DROP TABLE as tablename | ||
---|---|---|---|
Submitted: | 7 Oct 2005 11:40 | Modified: | 12 Jun 2012 14:14 |
Reporter: | Frank Maas (Basic Quality Contributor) | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S4 (Feature request) |
Version: | 5.0.13rc | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | qc |
[7 Oct 2005 11:40]
Frank Maas
[7 Oct 2005 11:53]
Frank Maas
* changed category * as was mentioned in the comments on my earlier bugreport, this "feature" is not conformant to SQL spec. Therefor it might be not such a wise idea... Simply elaborating on it in the documentation is still a good idea IMHO.
[12 Jun 2012 14:14]
Valeriy Kravchuk
This can be easily done for a long time already using prepared statements in SP. Read http://dev.mysql.com/doc/refman/5.5/en/sql-syntax-prepared-statements.html for details.