24 Apr
2018
24 Apr
'18
8:25 a.m.
revision-id: 863e0712906d4e0938fe5afba71b94f1ecaab10a (mariadb-10.3.6-43-g863e0712906) parent(s): 0d0cc6b0e903192600e8efdefa51129a485afec9 author: Oleksandr Byelkin committer: Oleksandr Byelkin timestamp: 2018-04-24 10:25:07 +0200 message: fix --- tests/mysql_client_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index f24bb919906..e574d6b6e78 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -20226,6 +20226,7 @@ static void test_proxy_header_ignore() myquery(rc); } + static void test_proxy_header() { test_proxy_header_tcp("192.0.2.1",3333);