From edfb98eb154c113f150f1169d0dfd8c29d16f641 Mon Sep 17 00:00:00 2001 From: Priya Bibra Date: Thu, 7 Sep 2023 17:24:51 -0700 Subject: [PATCH] update help text for flags test Signed-off-by: Priya Bibra --- go/flags/endtoend/vtgate.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go/flags/endtoend/vtgate.txt b/go/flags/endtoend/vtgate.txt index 4e66e126e77..0e4bcaef848 100644 --- a/go/flags/endtoend/vtgate.txt +++ b/go/flags/endtoend/vtgate.txt @@ -239,6 +239,8 @@ Usage of vtgate: Select tcp, tcp4, or tcp6 to control the socket type. (default tcp) --no_scatter when set to true, the planner will fail instead of producing a plan that includes scatter queries + --no_vstream_copy + when set to true, vstream copy will not be allowed - temporary until we can properly support RDONLY for this --normalize_queries Rewrite queries with bind vars. Turn this off if the app itself sends normalized queries with bind vars. (default true) --onclose_timeout duration