Change various uses of GROUP BY 1,2,3 and similar to use the actual column names...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 18 Jul 2008 01:31:18 +0000 (01:31 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 18 Jul 2008 01:31:18 +0000 (01:31 +0000)
commit8f92ba9b29379f1b2764cebf153996bacded62bc
treee501a0bf035d4dad5d21978a1c81609ac3941e4c
parent6cd575902fdb5d3c2104f56242ce084d98e83497
Change various uses of GROUP BY 1,2,3 and similar to use the actual column names.  This is more familiar and readable.  Also, MSSQL apparently doesn't support the numeric syntax.  See discussion at bug 9767.

This should cause no functional changes.  If it does, revert.
includes/specials/SpecialFewestrevisions.php
includes/specials/SpecialMostcategories.php
includes/specials/SpecialMostimages.php
includes/specials/SpecialMostlinked.php
includes/specials/SpecialMostlinkedcategories.php
includes/specials/SpecialMostlinkedtemplates.php
includes/specials/SpecialMostrevisions.php
includes/specials/SpecialWantedcategories.php
includes/specials/SpecialWantedpages.php