-
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.
Shaohua Wang authoredAnalysis: 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