mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
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:
parent
1d19baaa67
commit
324d541701
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue