1
0
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:
unknown
2013-07-03 12:19:03 +03:00
parent ecbf36a914
commit 5f0d489da8
85 changed files with 238 additions and 237 deletions

View File

@ -17,7 +17,7 @@ Con1 is alive
select current_user();
current_user()
root@localhost
set global debug= "+d,vio_peer_addr_error";
set global debug_dbug= "+d,vio_peer_addr_error";
ERROR HY000: Can't get hostname for your address
show global status like "connection_errors_%";
Variable_name Value
@ -38,7 +38,7 @@ Connection_errors_peer_address 2
Connection_errors_select 0
Connection_errors_tcpwrap 0
"Dumping performance_schema.host_cache"
set global debug= default;
set global debug_dbug= default;
flush status;
show global status like "connection_errors_%";
Variable_name Value