Database: Remove unused errorCount() method
authorKevin Israel <pleasestand@live.com>
Fri, 18 Sep 2015 06:40:44 +0000 (02:40 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 18 Sep 2015 08:35:13 +0000 (04:35 -0400)
commit5a4c5985ae86f6b1fa296cfd6fbb9b8f447977da
treee00d3b7ce2e58b429aa0b1a2c2ad77af32c498f6
parent22c163326fc7ea711332b7ae2870ea802d228b77
Database: Remove unused errorCount() method

Also removed the protected $mErrorCount property used by this method.

Also removed DatabaseOracle::reportQueryError(). After removing its use
of $mErrorCount and applying relevant changes from 419221e4a71b ("Fixed
bug where catching DB errors left ignoreErrors() on"), the only effect
would be that, like for the other DB types, query errors would be
logged using wfLogDBError().

Change-Id: Ie26a5f5ef7dc5619d9db38d3eb6b7af3e6592aff
RELEASE-NOTES-1.26
includes/db/Database.php
includes/db/DatabaseOracle.php