From 150727cb947f46a83ef4a676e37ee114021e277d Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Fri, 16 Feb 2024 23:45:43 +0100 Subject: [PATCH] Fix vtcombo e2e test Signed-off-by: Tim Vaillancourt --- go/flags/endtoend/vtcombo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/go/flags/endtoend/vtcombo.txt b/go/flags/endtoend/vtcombo.txt index 1712f2181f1..d97836fc5e3 100644 --- a/go/flags/endtoend/vtcombo.txt +++ b/go/flags/endtoend/vtcombo.txt @@ -270,6 +270,7 @@ Flags: --querylog-buffer-size int Maximum number of buffered query logs before throttling log output (default 10) --querylog-filter-tag string string that must be present in the query for it to be logged; if using a value as the tag, you need to disable query normalization --querylog-format string format for query logs ("text" or "json") (default "text") + --querylog-json-v2 use v2 format for querylog-format=json --querylog-row-threshold uint Number of rows a query has to return or affect before being logged; not useful for streaming queries. 0 means all queries will be logged. --queryserver-config-acl-exempt-acl string an acl that exempt from table acl checking (this acl is free to access any vitess tables). --queryserver-config-annotate-queries prefix queries to MySQL backend with comment indicating vtgate principal (user) and target tablet type