1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +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

@ -43,7 +43,7 @@
# Set IP address defaults with respect to IPV6 support
#
# Set this to enable debugging output
let $my_socket_debug= 0;
let $my_socket_debug_dbug= 0;
#
# Determine if IPV6 supported
#
@ -66,7 +66,7 @@ if($check_ipv4_mapped_supported)
let $my_localhost=::ffff:127.0.0.1;
}
#
let $my_socket_debug= 0;
let $my_socket_debug_dbug= 0;
if($my_socket_debug)
{
--echo IPV6=$check_ipv6_supported, IPV4_MAPPED = $check_ipv4_mapped_supported, LOCALHOST = $my_localhost