Bug #119617 Documentation is inconsistent/misleading
Submitted: 3 Jan 8:02 Modified: 3 Jan 8:04
Reporter: Igor Korot Email Updates:
Status: Open Impact on me:
None 
Category:MySQL Server: Documentation Severity:S1 (Critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[3 Jan 8:02] Igor Korot
Description:
Hi,

On page https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-bind-named-param.html it says:

[quote]
This function supersedes the old mysql_stmt_bind_param() function, which supported only unnamed parameters, and which has since been removed. 
[/quote]

However, the newer release shows that the function is present. Page is here: https://dev.mysql.com/doc/c-api/9.5/en/mysql-stmt-bind-param.html.

Please either remove the reference to the removed API, or remove the sentence about removed/deprecated function.

Thank you.

How to repeat:
N/A. This is a documentation issue.
[3 Jan 8:04] Igor Korot
If the function is actually removed it would be nice to see what version of the library does not contain it.

If it comes back - it would be nice to mention the version as well.