summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result')
-rw-r--r--mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result9
1 files changed, 9 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result b/mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result
index 36d7692f824..93bcca91300 100644
--- a/mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result
+++ b/mysql-test/suite/perfschema/r/hostcache_ipv6_addrinfo_again_allow.result
@@ -25,19 +25,25 @@ select `User`, `Host` from mysql.`user` where `user` like 'santa.claus.%';
User Host
create user 'root'@'2001:db8::6:6';
grant select on test.* to 'root'@'2001:db8::6:6';
+connect con1,"::1",root,,test,$MASTER_MYPORT,;
select "Con1 is alive";
Con1 is alive
Con1 is alive
select current_user();
current_user()
root@localhost
+disconnect con1;
+connection default;
set global debug_dbug= "+d,vio_peer_addr_fake_ipv6,getnameinfo_fake_ipv6,getaddrinfo_error_again";
+connect con2,"::1",root,,test,$MASTER_MYPORT,;
select "Con2 is alive";
Con2 is alive
Con2 is alive
select current_user();
current_user()
root@2001:db8::6:6
+disconnect con2;
+connection default;
"Dumping performance_schema.host_cache"
IP 2001:db8::6:6
HOST NULL
@@ -66,12 +72,15 @@ COUNT_LOCAL_ERRORS 0
COUNT_UNKNOWN_ERRORS 0
FIRST_ERROR_SEEN set
LAST_ERROR_SEEN set
+connect con3,"::1",root,,test,$MASTER_MYPORT,;
select "Con3 is alive";
Con3 is alive
Con3 is alive
select current_user();
current_user()
root@2001:db8::6:6
+disconnect con3;
+connection default;
"Dumping performance_schema.host_cache"
IP 2001:db8::6:6
HOST NULL