From d4238879e3a9ccc8d8143a402c5e254ea97bc27f Mon Sep 17 00:00:00 2001 From: Serguey Zefirov Date: Fri, 17 Mar 2023 17:10:40 +0300 Subject: [PATCH] This commit disables unused EE for chars code There is a global mutex in CHARSET_INFO that demonstrates mutex contention with the current implementation of encodeStringPrefix. --- primitives/linux-port/primitiveprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primitives/linux-port/primitiveprocessor.h b/primitives/linux-port/primitiveprocessor.h index 062e301b1..6e22c23db 100644 --- a/primitives/linux-port/primitiveprocessor.h +++ b/primitives/linux-port/primitiveprocessor.h @@ -49,7 +49,7 @@ class PrimTest; // XXX: turn off dictionary range setting during scan. -#define XXX_PRIMITIVES_TOKEN_RANGES_XXX +//#define XXX_PRIMITIVES_TOKEN_RANGES_XXX namespace primitives {