From 59208c52275efc50579728972e8f17d3bdadd334 Mon Sep 17 00:00:00 2001 From: Brian Ramos Date: Tue, 20 Sep 2022 14:55:30 -0700 Subject: [PATCH] fix endtoend test Signed-off-by: Brian Ramos --- go/flags/endtoend/vtexplain.txt | 1 + go/flags/endtoend/vtgate.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/go/flags/endtoend/vtexplain.txt b/go/flags/endtoend/vtexplain.txt index 209388cd58d..7ec9a597733 100644 --- a/go/flags/endtoend/vtexplain.txt +++ b/go/flags/endtoend/vtexplain.txt @@ -113,6 +113,7 @@ Usage of vtexplain: --mysql_default_workload string Default session workload (OLTP, OLAP, DBA) (default "OLTP") --mysql_server_bind_address string Binds on this address when listening to MySQL binary protocol. Useful to restrict listening to 'localhost' only for instance. --mysql_server_flush_delay duration Delay after which buffered response will be flushed to the client. (default 100ms) + --mysql_server_pool_conn_read_buffers If set, the server will pool incoming connection read buffers --mysql_server_port int If set, also listen for MySQL binary protocol connections on this port. (default -1) --mysql_server_query_timeout duration mysql query timeout (default 0s) --mysql_server_read_timeout duration connection read timeout (default 0s) diff --git a/go/flags/endtoend/vtgate.txt b/go/flags/endtoend/vtgate.txt index dee9c9e24bf..a9dcb4dc9b9 100644 --- a/go/flags/endtoend/vtgate.txt +++ b/go/flags/endtoend/vtgate.txt @@ -102,6 +102,7 @@ Usage of vtgate: --mysql_ldap_auth_method string client-side authentication method to use. Supported values: mysql_clear_password, dialog. (default "mysql_clear_password") --mysql_server_bind_address string Binds on this address when listening to MySQL binary protocol. Useful to restrict listening to 'localhost' only for instance. --mysql_server_flush_delay duration Delay after which buffered response will be flushed to the client. (default 100ms) + --mysql_server_pool_conn_read_buffers If set, the server will pool incoming connection read buffers --mysql_server_port int If set, also listen for MySQL binary protocol connections on this port. (default -1) --mysql_server_query_timeout duration mysql query timeout (default 0s) --mysql_server_read_timeout duration connection read timeout (default 0s)