MDEV-8083 MTR is broken on systems with IPv6 disabled

disable IPv6 globally in mysql-test, only use it
in dedicated IPv6 tests (where it is enabled per-test)
This commit is contained in:
Sergei Golubchik 2015-06-14 17:34:08 +02:00
parent aad8667f8a
commit a453a28040
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ debug-no-sync
# Retry bind as this may fail on busy server
port-open-timeout=10
bind-address=127.0.0.1
log-bin-trust-function-creators=1
key_buffer_size= 1M

View File

@ -1 +1 @@
--skip-name-resolve
--skip-name-resolve --bind-address=*