WL#3127: slave side TCP address binding

Affects: Server-6.0 — Status: In-Progress — Priority: Medium

It should be possible to specify which IP address to use 
to connect to the master on slave that have multiple 
configured network interfaces with valid routes to the master
Allow

CHANGE MASTER ... MASTER_BIND='address'
* add variables to store bind address in string form 
(both global and in master_info structure)

* implement MASTER_BIND option in lexer and parser

* add --master-bind option to msysqld

* set MYSQL_OPT_BIND option in connect_to_master()
if bind address is specified

* extend master.info to store/restore bind address if specified

* add Master_Bind field to SHOW SLAVE STATUS output

You must be logged in to tag this worklog

No Comments yet

Votes

Not yet rated.
You must be logged in to vote.

Watches

0 members are watching this worklog
You must be logged in to track this worklog.

Provide Feedback

Please note:
HTML will be purified, but we allow for a number of HTML tags so that you have the flexibility to decorate your comment text to some extent. The comments allow the following HTML tags:

strong, b, em, blockquote, a, code, pre

To put code into your comment, simply encapsulate your code with
[code language="XXX"][/code], where XXX is any common language, for instance "PHP", "SQL", "C", etc.



You must be logged in to comment