Bug #19151 prepared statements inside stored procedures
Submitted: 17 Apr 2006 21:03 Modified: 26 Apr 2006 13:05
Reporter: cristian vanti Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version:5.1 OS:Any (all)
Assigned to: CPU Architecture:Any

[17 Apr 2006 21:03] cristian vanti
Description:
I find that preapared statements are very useful inside sp. 

How to repeat:
prepare stmt from @cmd;
[24 Apr 2006 9:03] Valeriy Kravchuk
You can use preapared statements in stored procedures since version 5.0.13 (see http://dev.mysql.com/doc/refman/5.0/en/sqlps.html). So, what is your feature request about?
[26 Apr 2006 8:14] Valeriy Kravchuk
The limits are known. Most SQL statements will be supported as prepared eventually. It is work in progress.
[26 Apr 2006 13:05] cristian vanti
my mistake