Skip to content
  • Shaohua Wang's avatar
    be0b887d
    BUG16373868 - INNODB STOPWORD TABLES CANNOT BE SET · be0b887d
    Shaohua Wang authored
    Analysis:
    The root cause is that we only support default charset and collation
    latin1_swedish_ci in fts_valid_stopword_table. Actually we support all
    charset and collation supported by MySQL in FTS. So we just change the
    check.
    
    rb:2086. Approved by Jimmy.
    be0b887d
    BUG16373868 - INNODB STOPWORD TABLES CANNOT BE SET
    Shaohua Wang authored
    Analysis:
    The root cause is that we only support default charset and collation
    latin1_swedish_ci in fts_valid_stopword_table. Actually we support all
    charset and collation supported by MySQL in FTS. So we just change the
    check.
    
    rb:2086. Approved by Jimmy.
Loading