Made DB ignoreErrors() method protected
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 8 Mar 2015 15:06:29 +0000 (08:06 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 21 Jul 2015 21:18:04 +0000 (14:18 -0700)
commitc2e45cdde10da7b66925a64d46ff62386cd546f3
treefafd08eb1a4c6907f35198e545a79b331fb97ac4
parent78e7a1b786c9fa278f6fc087ae4ee6095a0d2fd7
Made DB ignoreErrors() method protected

* This should *only* ever be used internal for error suppression,
  such as in the exception reporting methods. Having it public
  means callers have to worry (in theory) about whether the
  DB handles errors one way or a totally different way even
  though there is really only meant to be one.

Change-Id: I5916830d1bd53ee948308f394e55c17dd515ad33
RELEASE-NOTES-1.26
includes/db/Database.php
tests/phpunit/MediaWikiTestCase.php
tests/phpunit/includes/db/ORMTableTest.php