Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-16096

MySQL full text search always uses MyISAM limits

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 3.2.7
    • 3.2.8-RC1
    • Search
    • None

    Description

      The MySQL full text search always uses the MyISAM engine limits for the min and max search strings, even when using the InnoDB engine.

      fulltext_mysql.php looks up the ft_max_word_len and ft_min_word_len settings when determining what the maximum and minimum search strings are. However, these are only valid for the MyISAM engine. For the InnoDB engine the settings are innodb_ft_max_token_size and innodb_ft_min_token_size.

      Attachments

        Activity

          People

            Marc Marc
            cpeel Casey Peel [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: