Bug #3043 More details about the prepare statement
Submitted: 2 Mar 2004 12:46 Modified: 11 Aug 2005 17:37
Reporter: li luo Email Updates:
Status: Won't fix Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:4.1.1a OS:
Assigned to: CPU Architecture:Any

[2 Mar 2004 12:46] li luo
Description:
For section 20.1.4, I would like to know more details about the prepare handler. For example, what kind of information the handler maintains, such as execution path etc.

The section only talk about the advantage of the prepare function, is there any disadvantage or something user should take care of? For example, if user creates an index after a prepared statement and then executes the prepared statement, will the handler find the new index and take advantage of it?

How to repeat:
See description.