mariadbmariadb-10.6

MariaDB innodb_ft_max_token_size Issue


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?


Solution

  • 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.