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:
@ -6,7 +6,8 @@ select @@global.debug;
|
||||
|
||||
select @@global.max_user_connections;
|
||||
@@global.max_user_connections
|
||||
0
|
||||
1024
|
||||
select @@global.max_user_connections into @saved_max_user_connections;
|
||||
select @@global.max_connections;
|
||||
@@global.max_connections
|
||||
151
|
||||
@ -21,7 +22,7 @@ Con1 is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
root@localhost
|
||||
set global debug= "+d,vio_peer_addr_fake_ipv6,getnameinfo_fake_ipv6,getaddrinfo_fake_good_ipv6";
|
||||
set global debug_dbug= "+d,vio_peer_addr_fake_ipv6,getnameinfo_fake_ipv6,getaddrinfo_fake_good_ipv6";
|
||||
select "Con2a is alive";
|
||||
Con2a is alive
|
||||
Con2a is alive
|
||||
@ -641,5 +642,6 @@ COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
set global max_connections = @saved_max_connections;
|
||||
set global max_user_connections = @saved_max_user_connections;
|
||||
drop user 'quota'@'santa.claus.ipv6.example.com';
|
||||
set global debug= default;
|
||||
set global debug_dbug= default;
|
||||
|
Reference in New Issue
Block a user