mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 02:30:06 +01:00
7 lines
110 B
PHP
7 lines
110 B
PHP
|
# Ensure that host_cache is enabled
|
||
|
|
||
|
if (`SELECT @@skip_name_resolve != "OFF"`)
|
||
|
{
|
||
|
skip No hostname_cache;
|
||
|
}
|