• Vicentiu Ciorbaru's avatar
    Fix perfschema.hostcache_ipv4_max_con · 990283b6
    Vicentiu Ciorbaru authored
    Also fix perfschema.hostcache_ipv6_max_con.
    The test case makes use of a debug switch to execute some special code.
    The code does hostname replacement. Every hostname sent during connect
    phase becomes santa.claus.ipv4.example.com (or ipv6). This causes a
    connection from root@localhost to fail, as root is not registered as
    santa claus user. The failure is only apparent on Windows as Unix
    systems make use of sockets, which bypass the name resolution check
    entirely.
    990283b6
hostcache_ipv6_max_con.test 6.11 KB