Added DatabaseBase::selectRowCount() method
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 15 Aug 2014 17:52:20 +0000 (10:52 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 5 Sep 2014 20:11:58 +0000 (13:11 -0700)
commitfe029f8777ccb7d7138b5cf6238b8857b6598996
tree45511267476c2bb4bcc4334bf00e90c3baed7a62
parent1f0d72968d51e951b6bef09109cb254c58faf667
Added DatabaseBase::selectRowCount() method

* Useful for doing COUNT(*) with a LIMIT for performance
* Made MergeHistory use it

Change-Id: If1cfc52ea22fd09d34915c29b45d0b487d28d15a
includes/db/Database.php
includes/specials/SpecialMergeHistory.php