diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2017-08-15 15:40:09 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-08-22 16:48:46 +0000 |
commit | 41988245ca6e882bbfb1754200500d61e51e93c5 (patch) | |
tree | 4ede696cae3552d65783f064ff9bc9fc59234bdf /mysql-test/t/mysql_client_test.test | |
parent | 7fee164faf8fce7be4ebe322d2178efd3d075eae (diff) | |
download | mariadb-git-bb-10.3-proxy-protocol.tar.gz |
MDEV-11159 Server proxy protocol supportbb-10.3-proxy-protocol
accept proxy protocol header from client connections.
The new server variable 'proxy_protocol_networks' contains list
of networks from which proxy header is accepted.
Diffstat (limited to 'mysql-test/t/mysql_client_test.test')
-rw-r--r-- | mysql-test/t/mysql_client_test.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysql_client_test.test b/mysql-test/t/mysql_client_test.test index bf5331ca4f9..260473aa0d0 100644 --- a/mysql-test/t/mysql_client_test.test +++ b/mysql-test/t/mysql_client_test.test @@ -7,6 +7,7 @@ SET @old_general_log= @@global.general_log; SET @old_slow_query_log= @@global.slow_query_log; call mtr.add_suppression(" Error reading file './client_test_db/test_frm_bug.frm'"); +call mtr.add_suppression(" IP address .* could not be resolved"); # We run with different binaries for normal and --embedded-server # |