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-master.opt | |
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-master.opt')
-rw-r--r-- | mysql-test/t/mysql_client_test-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysql_client_test-master.opt b/mysql-test/t/mysql_client_test-master.opt index fcaf2b69fbc..8d49abf6a10 100644 --- a/mysql-test/t/mysql_client_test-master.opt +++ b/mysql-test/t/mysql_client_test-master.opt @@ -2,3 +2,4 @@ --general-log-file=$MYSQLTEST_VARDIR/log/master.log --log-output=FILE,TABLE --max-allowed-packet=32000000 +--proxy-protocol-networks=* |