Fix for r56885, r58364, r58364: use a two-part GROUP BY even on MySQL. The implicit...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 10 Feb 2010 00:41:59 +0000 (00:41 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 10 Feb 2010 00:41:59 +0000 (00:41 +0000)
commit84f34c7a09a71a9e5f01ddf451d4c0c98e980ee8
tree04b19dfa371d62537f6ed8b3b1900964c91bf9be
parentc7235f873de925c548e7920a42a0416ee7f4aaf8
Fix for r56885, r58364, r58364: use a two-part GROUP BY even on MySQL. The implicit sort shouldn't cause any problems here. Query runs without errors on MySQL (with or without ONLY_FULL_GROUP_BY), SQLite and PostgreSQL. The previous version in the non-MySQL case was plainly broken, see CR r58915.
includes/specials/SpecialActiveusers.php