https://bugzilla.wikimedia.org/show_bug.cgi?id=26940

Brion Vibber <br...@pobox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|wikibugs-l@lists.wikimedia. |br...@pobox.com
                   |org                         |

--- Comment #1 from Brion Vibber <br...@pobox.com> 2011-01-25 19:58:32 UTC ---
SELECT page_id, page_namespace, page_title FROM `page`,`searchindex` WHERE
page_id=si_page AND MATCH(si_title) AGAINST('+foobar ' IN BOOLEAN MODE) AND AND
page_namespace IN ('8') LIMIT 20 

It's the double "AND AND".

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to