Skip BrokenRedirectsPage query test under MySQL
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 16 Jan 2012 10:33:24 +0000 (10:33 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 16 Jan 2012 10:33:24 +0000 (10:33 +0000)
commit01b3af3ac6539c6011cce66934bf388157184620
treef4beaab72ac788bc351bc82ace1c36c5bd3899fe
parent0047c07b39b6a92f6aaa161eba1dca126f81843d
Skip BrokenRedirectsPage query test under MySQL

The MySQL backend, when using temporary tables, does not support referencing
a table which was already open.
http://bugs.mysql.com/bug.php?id=10327

This patch skip BrokenRedirectsPage on MySQL as reported on r102411.
tests/phpunit/includes/specials/QueryAllSpecialPagesTest.php