BUG#33871 - Duplicate "would" in Fulltext Stopwords

Code cleanup: removed duplicate stopword.


storage/myisam/ft_static.c:
  Code cleanup: removed duplicate stopword.
This commit is contained in:
unknown 2008-01-30 20:14:35 +04:00
parent 1d19baaa67
commit 324d541701

View file

@ -608,7 +608,6 @@ const char *ft_precompiled_stopwords[] = {
"won't", "won't",
"wonder", "wonder",
"would", "would",
"would",
"wouldn't", "wouldn't",
"yes", "yes",
"yet", "yet",