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

       Web browser: ---
             Bug #: 31276
           Summary: Database error with some regexp in Special:ReplaceText
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ReplaceText
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


I get the following error with the regexp '{{Contamination.*?}}'

A database query syntax error has occurred. This may indicate a bug in the
software. The last attempted database query was:
SELECT page_id,page_namespace,page_title,old_text FROM
`clw_page`,`clw_revision`,`clw_text` WHERE (old_text REGEXP
'{{Contamination.*?}}') AND page_namespace IN
('0','1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','102','103','106','107','108','109','170','171','420','421')
AND (rev_id = page_latest) AND (rev_text_id = old_id) ORDER BY page_namespace,
page_title
from within function "ReplaceText::doSearchQuery". Database returned error
"1139: Got error 'repetition-operator operand invalid' from regexp
(localhost)".

-- 
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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to