mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +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:
@ -10,8 +10,8 @@ Con1 is alive
|
||||
select current_user();
|
||||
current_user()
|
||||
root@localhost
|
||||
set global debug= "+d,vio_peer_addr_fake_ipv4,getnameinfo_format_ipv4";
|
||||
ERROR HY000: Host '192.0.2.4' is not allowed to connect to this MySQL server
|
||||
set global debug_dbug= "+d,vio_peer_addr_fake_ipv4,getnameinfo_format_ipv4";
|
||||
ERROR HY000: Host '192.0.2.4' is not allowed to connect to this MariaDB server
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST NULL
|
||||
@ -40,7 +40,7 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
ERROR HY000: Host '192.0.2.4' is not allowed to connect to this MySQL server
|
||||
ERROR HY000: Host '192.0.2.4' is not allowed to connect to this MariaDB server
|
||||
"Dumping performance_schema.host_cache"
|
||||
IP 192.0.2.4
|
||||
HOST NULL
|
||||
@ -69,4 +69,4 @@ COUNT_LOCAL_ERRORS 0
|
||||
COUNT_UNKNOWN_ERRORS 0
|
||||
FIRST_ERROR_SEEN set
|
||||
LAST_ERROR_SEEN set
|
||||
set global debug= default;
|
||||
set global debug_dbug= default;
|
||||
|
Reference in New Issue
Block a user