mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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:
@ -20,6 +20,7 @@ flush hosts;
|
||||
flush user_resources;
|
||||
select @@global.debug;
|
||||
select @@global.max_user_connections;
|
||||
select @@global.max_user_connections into @saved_max_user_connections;
|
||||
select @@global.max_connections;
|
||||
select @@global.max_connections into @saved_max_connections;
|
||||
|
||||
@ -34,7 +35,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";
|
||||
|
||||
connect (con2a,"127.0.0.1",quota,,test,$MASTER_MYPORT,);
|
||||
select "Con2a is alive";
|
||||
@ -242,9 +243,10 @@ disconnect con5b;
|
||||
--source ../include/wait_for_pfs_thread_count.inc
|
||||
|
||||
set global max_connections = @saved_max_connections;
|
||||
set global max_user_connections = @saved_max_user_connections;
|
||||
|
||||
# revoke all privileges on test.* from 'quota'@'santa.claus.ipv4.example.com';
|
||||
drop user 'quota'@'santa.claus.ipv4.example.com';
|
||||
|
||||
set global debug= default;
|
||||
set global debug_dbug= default;
|
||||
|
||||
|
Reference in New Issue
Block a user