Add standardSelectDistinct() function to help fork queries based on whether the order...
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 20 Jul 2009 02:20:15 +0000 (02:20 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Mon, 20 Jul 2009 02:20:15 +0000 (02:20 +0000)
commite8da51a5740e17a85278e225bc6428e55842b5a4
tree7a2af694d61a5cb69448d97d66d8ff5ae85c6de8
parent4bdf3d5e54eaa6d46d11edff25e8472ff0e94a8a
Add standardSelectDistinct() function to help fork queries based on whether the order by items must appear in the select distinct list. See bug 18078.
includes/db/Database.php
includes/db/DatabaseMysql.php