Bug #48518 Several MySQL Proxy Docs pages refer to "auth" but it is no longer passed to fun
Submitted: 3 Nov 2009 22:42 Modified: 4 Dec 2009 12:31
Reporter: Chris Calender Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Proxy: Documentation Severity:S4 (Feature request)
Version: OS:Any
Assigned to: MC Brown CPU Architecture:Any

[3 Nov 2009 22:42] Chris Calender
Description:
The following 3 pages, referring to functions read_handshake(), read_auth(), and read_auth_result(), all mention that these functions accept a single argument, auth, but they do not.

http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-scripting-read-handshake.html
http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-scripting-read-auth.html
http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-scripting-read-auth-result.html

This changed in 0.7.0:

http://forge.mysql.com/wiki/MySQL_Proxy_0.6_to_0.7

Furthermore, the examples on the above 3 pages also need to be changed as they refer to "auth" and subsequent outdated output variables.

How to repeat:
N/A

Suggested fix:
N/A
[4 Dec 2009 12:31] MC Brown
The documentation has been updated with the new layout. The auth parameter is in fact still valud for auth_result; I haven't changed this.