mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
MDEV-4058
MySQL 5.6.10 performance schema: merge of the test files for the host_cache table
This commit is contained in:
@@ -29,7 +29,7 @@ select current_user();
|
||||
disconnect con1;
|
||||
|
||||
--connection default
|
||||
set global debug= "+d,vio_peer_addr_fake_ipv4,getnameinfo_fake_ipv4,getaddrinfo_fake_good_ipv4";
|
||||
set global debug_dbug= "+d,vio_peer_addr_fake_ipv4,getnameinfo_fake_ipv4,getaddrinfo_fake_good_ipv4";
|
||||
|
||||
--disable_query_log
|
||||
--error ER_ACCESS_DENIED_ERROR
|
||||
@@ -82,5 +82,5 @@ connect (con2f,"127.0.0.1",user_with,wrong_password,test,$MASTER_MYPORT,);
|
||||
drop user 'user_with'@'santa.claus.ipv4.example.com';
|
||||
drop user 'user_without'@'santa.claus.ipv4.example.com';
|
||||
|
||||
set global debug= default;
|
||||
set global debug_dbug= default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user