diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-06-14 17:34:08 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-15 11:07:58 +0200 |
commit | a453a280403faef3377db0441560c57b4ae1235b (patch) | |
tree | 34241e53baac83078a76b6535c7bb63561becec3 /mysql-test/include/default_mysqld.cnf | |
parent | aad8667f8a4e2a26652494b29ee6c12824865ac8 (diff) | |
download | mariadb-git-a453a280403faef3377db0441560c57b4ae1235b.tar.gz |
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)
Diffstat (limited to 'mysql-test/include/default_mysqld.cnf')
-rw-r--r-- | mysql-test/include/default_mysqld.cnf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index 33881666b57..04321475691 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -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 |