Build: #561 was successful

Job: PHP 8.1 - SQLite was successful

Stages & jobs

  1. Default Stage

Code commits

phpBB Master

  • Marc

    Marc 5526ddeeaf858fef9447f47eb86b8e991b4ecb81

    Merge branch '3.3.x'

  • Marc

    Marc 31192fc08e2cc12efa0a59a2edb9128ed806d3db m

    Merge branch '3.2.x' into 3.3.x

  • Marc

    Marc 79bcb20ac53ab76e6a3590651a6598e95b64e25f m

    Merge pull request #5626 from cpeel/ticket/16096
    [ticket/16096] Use InnoDB fulltext limits for InnoDB tables

  • Casey Peel <cpeel@users.noreply.github.com>

    Casey Peel <cpeel@users.noreply.github.com> e33e5727413543c74b3ede43ad437bb261c72839 m

    [ticket/16096] Use InnoDB fulltext limits for InnoDB tables
    The max and min search length for the MySQL database vary based on the
    engine for the underlying table. For MyISAM tables, the variables are
    ft_max_word_len and ft_min_word_len, but for InnoDB tables the
    variables are innodb_ft_max_token_size and innodb_ft_min_token_size.

    Take the posts table type into account when setting the max and min
    search length.

    PHPBB3-16096

    • phpBB/phpbb/search/fulltext_mysql.php (version e33e5727413543c74b3ede43ad437bb261c72839)