Bug #34195 Command line option --proxy-read-only-address not available for MySQL Proxy
Submitted: 31 Jan 2008 13:07 Modified: 30 Jul 2008 8:57
Reporter: Ralf Gebhardt Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Proxy: Documentation Severity:S3 (Non-critical)
Version:0.6.1 OS:Any
Assigned to: MC Brown CPU Architecture:Any

[31 Jan 2008 13:07] Ralf Gebhardt
Description:
The reference manual describes the command line option --proxy-read-only-addess

-> http://dev.mysql.com/doc/refman/5.1/en/mysql-proxy-cmdline.html

--proxy-read-only-address=host:port — the listening hostname (or IP address) and port of the proxy server for read-only connections. The default is localhost:4042.

This option does not exist for MySQL Proxy, at least not 0.6.1.

There exists an option --proxy-read-only-backend-addresses!

How to repeat:
mysql-proxy --proxy-read-only-address

Suggested fix:
Change documentation. Replace the description by the one for --proxy-read-only-backend-addresses.
[11 Jun 2008 2:07] MySQL Verification Team
Thank you for the bug report.
[30 Jul 2008 8:57] MC Brown
The documentation has been updated with the correct command line option.