From b12a5eb6e5b57b38137154407ffed5ea3a96df3b Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Fri, 19 Jul 2024 15:36:16 -0600 Subject: [PATCH] wip Signed-off-by: Florent Poinsard --- go/flags/endtoend/vtgate.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/flags/endtoend/vtgate.txt b/go/flags/endtoend/vtgate.txt index 3ba64a89afe..e2dc12e1fb1 100644 --- a/go/flags/endtoend/vtgate.txt +++ b/go/flags/endtoend/vtgate.txt @@ -120,7 +120,7 @@ Flags: --message_stream_grace_period duration the amount of time to give for a vttablet to resume if it ends a message stream, usually because of a reparent. (default 30s) --min_number_serving_vttablets int The minimum number of vttablets for each replicating tablet_type (e.g. replica, rdonly) that will be continue to be used even with replication lag above discovery_low_replication_lag, but still below discovery_high_replication_lag_minimum_serving. (default 2) --mysql-server-drain-onterm If set, the server waits for --onterm_timeout for already connected clients to complete their in flight work - --new-flag-testaatoto This is a test of a new VTGate flag. + --new-flag-testeaatoto This is a test of a new VTGate flag. --mysql-server-keepalive-period duration TCP period between keep-alives --mysql-server-pool-conn-read-buffers If set, the server will pool incoming connection read buffers --mysql_allow_clear_text_without_tls If set, the server will allow the use of a clear text password over non-SSL connections.