From 324d54170144dc8926258a13ef514a77ce170506 Mon Sep 17 00:00:00 2001 From: unknown 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: 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",