Details

    • Task
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.0.5
    • None
    • None

    Description

      It's possible to create a fulltext index in an InnoDB table in 10.0.3, and, superficially, it appears to work as expected. This feature is untested, so either needs to be fully tested and incorporated as a feature, or disabled.

      Attachments

        Issue Links

          Activity

            innodb-fts-stopword (crash)
            innodb_fts_opt

            sanja Oleksandr Byelkin added a comment - innodb-fts-stopword (crash) innodb_fts_opt

            – source include/have_innodb.inc

            select @@innodb_ft_user_stopword_table;
            create table user_stopword(value varchar(30)) engine = innodb;
            set session innodb_ft_user_stopword_table = "test/user_stopword";
            select @@innodb_ft_user_stopword_table;
            SET SESSION innodb_ft_user_stopword_table = default;
            select @@innodb_ft_user_stopword_table;
            drop table user_stopword;

            sanja Oleksandr Byelkin added a comment - – source include/have_innodb.inc select @@innodb_ft_user_stopword_table; create table user_stopword(value varchar(30)) engine = innodb; set session innodb_ft_user_stopword_table = "test/user_stopword"; select @@innodb_ft_user_stopword_table; SET SESSION innodb_ft_user_stopword_table = default; select @@innodb_ft_user_stopword_table; drop table user_stopword;

            innodb_fts_opt which tests optimization now the only failing test probably because the optimization do not work somewhere...

            sanja Oleksandr Byelkin added a comment - innodb_fts_opt which tests optimization now the only failing test probably because the optimization do not work somewhere...

            fixed fts optimization with limit and rolling back optimization with limit. still have some differences in the fts optimization applied...

            sanja Oleksandr Byelkin added a comment - fixed fts optimization with limit and rolling back optimization with limit. still have some differences in the fts optimization applied...

            pushed (without optimization and optimization test (should be more general solution)).

            sanja Oleksandr Byelkin added a comment - pushed (without optimization and optimization test (should be more general solution)).

            People

              sanja Oleksandr Byelkin
              greenman Ian Gilfillan
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.