From d4a59691e7297a316645ae643aca32ab1a6ce548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Fri, 4 Feb 2022 16:57:51 +0100 Subject: [PATCH] Fix compilation of 'test_tokenizer-t' due to new variable 'mysql-query_digests_keep_comment' --- 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 7dc01c61b..a409a55dd 100644 --- a/test/tap/tests/test_tokenizer-t.cpp +++ b/test/tap/tests/test_tokenizer-t.cpp @@ -18,6 +18,7 @@ __thread int mysql_thread___query_digests_max_query_length = 65000; __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 bool mysql_thread___query_digests_keep_comment = false; __thread int mysql_thread___query_digests_grouping_limit = 3; __thread int mysql_thread___query_digests_groups_grouping_limit = 1;