Skip to content

Commit

Permalink
fix endtoend test
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Ramos <brirams@users.noreply.github.com>
  • Loading branch information
brirams committed Sep 21, 2022
1 parent d9d3051 commit 59208c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go/flags/endtoend/vtexplain.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions go/flags/endtoend/vtgate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 59208c5

Please sign in to comment.