Bug #6415 prepared statements documentation doesn't list what queries are preparable
Submitted: 3 Nov 2004 21:27 Modified: 4 Nov 2004 18:09
Reporter: Harrison Fisk Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S3 (Non-critical)
Version:4.1 OS:Any (any)
Assigned to: Paul DuBois CPU Architecture:Any

[3 Nov 2004 21:27] Harrison Fisk
Description:
Prepared statements only work with certain SQL statements in MySQL 4.1 (DML (INSERT, REPLACE, UPDATE, and DELETE), CREATE TABLE, and SELECT)  However the documentation for prepared statements, both at http://dev.mysql.com/doc/mysql/en/SQLPS.html and http://dev.mysql.com/doc/mysql/en/C_API_Prepared_statements.html , doesn't seem to list the restrictions.

How to repeat:
Look in the manual for a list of queries that do or don't work.

Suggested fix:
Add the list of queries that work to the documentation.
[4 Nov 2004 18:09] Paul DuBois
Thank you for your bug report. This issue has been addressed in the
documentation. The updated documentation will appear on our website
shortly, and will be included in the next release of the relevant
product(s).