1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

mysql-test-run.pl, mtr_misc.pl:

Bug#12615: Host name might not resolve, use short host name
This commit is contained in:
kent@mysql.com
2005-08-17 14:40:23 +02:00
parent 1664e31f12
commit e1351afcca
2 changed files with 10 additions and 1 deletions

View File

@ -414,7 +414,7 @@ sub initial_setup () {
$opt_source_dist= 1;
}
$glob_hostname= mtr_full_hostname();
$glob_hostname= mtr_short_hostname();
# 'basedir' is always parent of "mysql-test" directory
$glob_mysql_test_dir= cwd();