Bug #33871 Duplicate "would" in Fulltext Stopwords
Submitted: 14 Jan 2008 18:14 Modified: 27 Mar 2008 18:44
Reporter: Clayton Predmore Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: FULLTEXT search Severity:S3 (Non-critical)
Version:5.1-BK, 5.0.51 OS:Any
Assigned to: Sergey Vojtovich CPU Architecture:Any

[14 Jan 2008 18:14] Clayton Predmore
Description:
The array of stop words in myisam\ft_static.c contains the word "would" twice.

How to repeat:
Open myisam\ft_static.c.
Scroll to the bottom.
Look for the word "would". 

Suggested fix:
Remove the duplicate.
[14 Jan 2008 19:12] Valeriy Kravchuk
Thank you for a bug report. Verified by code review also on 5.1-BK.
[30 Jan 2008 16:30] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/41443

ChangeSet@1.2515, 2008-01-30 20:14:35+04:00, svoj@mysql.com +1 -0
  BUG#33871 - Duplicate "would" in Fulltext Stopwords
  
  Code cleanup: removed duplicate stopword.
[27 Mar 2008 11:19] Bugs System
Pushed into 5.1.24-rc
[27 Mar 2008 17:51] Bugs System
Pushed into 6.0.5-alpha
[27 Mar 2008 18:44] Paul DuBois
No changelog entry needed. (Query results not affected by the fix.)