From f2040f48c43ba6f2b270e5db20deca7e9a9b5bd8 Mon Sep 17 00:00:00 2001 From: "svoj@mysql.com/april.(none)" <> Date: Wed, 30 Jan 2008 20:14:35 +0400 Subject: [PATCH] BUG#33871 - Duplicate "would" in Fulltext Stopwords Code cleanup: removed duplicate stopword. --- storage/myisam/ft_static.c | 1 - 1 file changed, 1 deletion(-) diff --git a/storage/myisam/ft_static.c b/storage/myisam/ft_static.c index 610c20eede6..1b6c7458fd7 100644 --- a/storage/myisam/ft_static.c +++ b/storage/myisam/ft_static.c @@ -608,7 +608,6 @@ const char *ft_precompiled_stopwords[] = { "won't", "wonder", "would", - "would", "wouldn't", "yes", "yet",