MariaDB innodb_ft_max_token_size Issue

68 Views Asked by At

I'm using MariaDB 10.6.8 and I can't seem to get the innodb_ft_max_token_size to go any higher than 84. The documentation states the range is between 10 and 252 (innodb_ft_max_token_size). Do I need a newer version of MariaDB?

1

There are 1 best solutions below

1
On BEST ANSWER

The documentation was (I just fixed it) incorrect. @NovaDenizen was right in the 3 factor which is part of the current code base HA_FT_MAXCHARLEN which defines the maximum value of innodb_ft_max_token_size.