Bug #29849 | create procedure modifytable(IN tab TABLE_NAME) | ||
---|---|---|---|
Submitted: | 17 Jul 2007 16:14 | Modified: | 17 Jul 2007 21:27 |
Reporter: | Kemin Zhou | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S4 (Feature request) |
Version: | 5.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[17 Jul 2007 16:14]
Kemin Zhou
[17 Jul 2007 21:27]
Valeriy Kravchuk
Please, use preapred statements (http://dev.mysql.com/doc/refman/5.0/en/sqlps.html) if you want to get data from some table that is passed as a parameter.