mariadb/mysql-test/suite/innodb_fts
Thirunarayanan Balathandayuthapani f22b40aae1 MDEV-37423 Enforce innodb_ft_min_token_size > 0 to prevent unnecessary token indexing
Problem:
=======
 By keeping innodb_ft_min_token_size = 0, InnoDB FTS does tokenization
on empty string and tries to add the nullptr as token word. This
leads to crash when we try to convert the token into lower case
characters.

Solution:
=========
 The minimum value of innodb_ft_min_token_size should be 1.
It should be consistent with MYISAM and ARIA engine.
2025-10-21 11:19:29 +05:30
..
r MDEV-37423 Enforce innodb_ft_min_token_size > 0 to prevent unnecessary token indexing 2025-10-21 11:19:29 +05:30
t MDEV-37423 Enforce innodb_ft_min_token_size > 0 to prevent unnecessary token indexing 2025-10-21 11:19:29 +05:30