From 1919d952875399f2fe84bf980a77a0b98c3b8b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Tue, 23 Nov 2021 00:20:27 +0100 Subject: [PATCH] Added new variable 'mysql_thread___query_digests_groups_grouping_limit' to 'test_tokenizer-t' --- test/tap/tests/test_tokenizer-t.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tap/tests/test_tokenizer-t.cpp b/test/tap/tests/test_tokenizer-t.cpp index 420947e47..7dc01c61b 100644 --- a/test/tap/tests/test_tokenizer-t.cpp +++ b/test/tap/tests/test_tokenizer-t.cpp @@ -19,6 +19,7 @@ __thread bool mysql_thread___query_digests_lowercase = false; __thread bool mysql_thread___query_digests_replace_null = false; __thread bool mysql_thread___query_digests_no_digits = false; __thread int mysql_thread___query_digests_grouping_limit = 3; +__thread int mysql_thread___query_digests_groups_grouping_limit = 1; using std::vector; using std::pair;