mariadb/mysql-test/include/have_hostname_cache.inc

7 lines
110 B
PHP
Raw Permalink Normal View History

# Ensure that host_cache is enabled
if (`SELECT @@skip_name_resolve != "OFF"`)
{
skip No hostname_cache;
}