Ref T11741. InnoDB uses a stopwords table instead of a stopwords file.
During storage upgrade, synchronize the table from the stopwords file on disk.
Differential D16940
Create and populate a stopwords table for InnoDB fulltext indexes to use in the future epriestley on Nov 24 2016, 4:43 PM. Authored by Tags None Referenced Files
Subscribers None
Details Ref T11741. InnoDB uses a stopwords table instead of a stopwords file. During storage upgrade, synchronize the table from the stopwords file on disk.
Diff Detail
Event TimelineComment Actions We don't actually end up really needing this since the InnoDB stopwords are pretty reasonable, but I wrote it and it could make things easier in the future (e.g., it lets us tell users to change one setting to enable it). If it creates any maintenance headaches I'll just throw it out. |