summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_working_dns.inc
blob: 8fed5cd3df55d5fcc3c0ef94cba97cd9e6efa12b (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Check if we have a working DNS.
# Some 'wildcard dns' return some address even for non-existing hosts. This
# makes it hard to test connections to such host names.
# The actual check for working DNS is done in Perl, and the result available
# in an environment variable.
#
--require r/have_working_dns.require
disable_query_log;
eval SELECT LENGTH('$HAVE_BROKEN_DNS') = 0 AS 'have_working_dns';
enable_query_log;