• Vladislav Vaintroub's avatar
    MDEV-22743 Windows 10 MSI installer : port in use is not determined · b00cd3e4
    Vladislav Vaintroub authored
    when checking for free port, use the same logic (IPv6 socket address
    / dual socket), like the server would.
    
    Previous solution for testing whether port is free was trying to bind
    IPv4 socket on INADDR_ANY.
    
    This not work now on some reason, that attempt succeeds, even if there is
    an existing IPv6-dual socket listening on 0.0.0.0:3306
    b00cd3e4
CustomAction.cpp 28.2 KB