diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2012-04-27 18:42:27 +0400 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2012-04-27 18:42:27 +0400 |
commit | cb4490919ba28b5b88044de78f27617a930db386 (patch) | |
tree | a294f073fc3ac62aad63131d94a4d87cf03a5705 /sql/sys_vars.cc | |
parent | 6e1eb5bd39406f90160f3850d9f36089439448e9 (diff) | |
download | mariadb-git-cb4490919ba28b5b88044de78f27617a930db386.tar.gz |
Follow-up for Bug#12762885 - 61713: MYSQL WILL NOT BIND TO "LOCALHOST"
IF LOCALHOST IS BOTH IPV4/IPV6 ENABLED.
The original patch removed default value of the bind-address option.
So, the default value became NULL. By coincedence NULL resolves
to 0.0.0.0 and ::, and since the server chooses first IPv4-address,
0.0.0.0 is choosen. So, there was no change in the behaviour.
This patch restores default value of the bind-address option to "0.0.0.0".
Diffstat (limited to 'sql/sys_vars.cc')
0 files changed, 0 insertions, 0 deletions