"Platonides" posted a comment on MediaWiki.r102411.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102411#c29123

Commit summary for MediaWiki.r102411:

test SQL for our QueryPages objects

Part of bug 32118: test special pages SQL queries against all supported DB

Still need to add all the other non QueryPage special pages and then setup
jenkins to support other databases.

Platonides's comment:

This fails for mysql, using temporary tables, as it hits 
[http://bugs.mysql.com/bug.php?id=10327 bug 10327]

Query: SELECT  p1.page_namespace AS namespace,p1.page_title AS 
title,p1.page_title AS value,rd_namespace,rd_title  FROM `unittest_redirect` 
JOIN `unittest_page` `p1` ON ((rd_from=p1.page_id)) LEFT JOIN `unittest_page` 
`p2` ON ((rd_namespace=p2.page_namespace) AND (rd_title=p2.page_title))  WHERE 
(rd_namespace >= 0) AND (p2.page_namespace IS NULL)  ORDER BY rd_namespace, 
rd_title, rd_from LIMIT 50

Function: BrokenRedirectsPage::reallyDoQuery

Error: 1137 Can't reopen table: 'p1'

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to