Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 2 Sep 2007 18:03:10 +0000 (18:03 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 2 Sep 2007 18:03:10 +0000 (18:03 +0000)
commit8eb82ee4070425ee4639960a4fc74a1d195fefff
treed3ff1afb2d40ab1c70629a32fa50450898769287
parente46376b056337ea00aae7a3627698b3fe21b1db0
Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
Made this an option rather than forcing the ORDER BY as testing show MySQL is
faster without it for large tables.
RELEASE-NOTES
includes/Database.php
includes/DatabaseOracle.php
includes/DatabasePostgres.php
includes/SpecialAllpages.php