Bug #2788 Placeholders in prepared statements
Submitted: 14 Feb 2004 2:57 Modified: 15 Feb 2004 7:53
Reporter: Georg Richter Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.x + 5.0 OS:Any (any)
Assigned to: Konstantin Osipov CPU Architecture:Any

[14 Feb 2004 2:57] Georg Richter
Description:
The following prepared statements doesn't show an error when executing mysql_prepare:

SELECT ?,? FROM foo
SELECT a,b FROM foo WHERE ? IN (1,2)

How to repeat:
see above
[14 Feb 2004 4:25] Georg Richter
The second statement is ok of course.
Georg
[15 Feb 2004 7:53] Georg Richter
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.mysql.com/documentation/ and the instructions on
how to report a bug at http://bugs.mysql.com/how-to-report.php

Additional info:

bogusfying, can't repeat problems any more