Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-16096

MySQL full text search always uses MyISAM limits

XMLWordPrintable

    Error rendering 'com.atlassian.jira.jira-view-issue-plugin:details-module'. Please contact your Jira administrators.

      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.

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

              Created:
              Updated:
              Resolved: