Skip to content

Commit a453a28

Browse files
committed
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)
1 parent aad8667 commit a453a28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mysql-test/include/default_mysqld.cnf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ debug-no-sync
3131

3232
# Retry bind as this may fail on busy server
3333
port-open-timeout=10
34+
bind-address=127.0.0.1
3435

3536
log-bin-trust-function-creators=1
3637
key_buffer_size= 1M
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--skip-name-resolve
1+
--skip-name-resolve --bind-address=*

0 commit comments

Comments
 (0)