Bug #48518 Several MySQL Proxy Docs pages refer to "auth" but it is no longer passed to fun
Submitted: 3 Nov 23:42 Modified: 4 Dec 13:31
Reporter: Chris Calender
Status: Closed
Category:Proxy: Docs Severity:S4 (Feature request)
Version: OS:Any
Assigned to: MC Brown Target Version:
Triage: Triaged: D5 (Feature request) / R1 (None/Negligible) / E1 (None/Negligible)

[3 Nov 23: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 13: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.