Bug #24164 | Create database by stored procedure | ||
---|---|---|---|
Submitted: | 10 Nov 2006 3:25 | Modified: | 10 Nov 2006 8:07 |
Reporter: | Pancoro Pamungkas | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Prepared statements | Severity: | S2 (Serious) |
Version: | 5.0.x | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[10 Nov 2006 3:25]
Pancoro Pamungkas
[10 Nov 2006 8:07]
Valeriy Kravchuk
Please, read the manual (http://dev.mysql.com/doc/refman/5.0/en/sqlps.html) carefully: "The following SQL statements can be used in prepared statements: CREATE TABLE, DELETE, DO, INSERT, REPLACE, SELECT, SET, UPDATE, and most SHOW statements. supported. ANALYZE TABLE, OPTIMIZE TABLE, and REPAIR TABLE are supported as of MySQL 5.0.23. Other statements are not yet supported." So, it is not a bug, but documented limitation of prepared statements.