You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
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.
This commit is contained in:
committed by
Roman Nozdrin
parent
b5c403708f
commit
d4238879e3
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user