Details

    • Type: Task
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Fix Version/s: 10.0.5
    • Component/s: None
    • Labels:
      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.

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              sanja Oleksandr Byelkin added a comment -

              innodb-fts-stopword (crash)
              innodb_fts_opt

              Show
              sanja Oleksandr Byelkin added a comment - innodb-fts-stopword (crash) innodb_fts_opt
              Hide
              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;

              Show
              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;
              Hide
              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...

              Show
              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...
              Hide
              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...

              Show
              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...
              Hide
              sanja Oleksandr Byelkin added a comment -

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

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

                People

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

                  Dates

                  • Created:
                    Updated:
                    Resolved: