diff options
author | Kevin Israel <pleasestand@live.com> | 2016-12-27 05:20:30 -0500 |
---|---|---|
committer | Kevin Israel <pleasestand@live.com> | 2016-12-27 05:20:30 -0500 |
commit | cc495efff47ab351093f408ad18a46b551b9f9cd (patch) | |
tree | 57a018eff2093009de733ac747be1d15dd0347fe /includes/diff/WordAccumulator.php | |
parent | 2c4a6cc7e0a8dc393633d098e0863397da325f3a (diff) | |
download | mediawikicore-cc495efff47ab351093f408ad18a46b551b9f9cd.tar.gz mediawikicore-cc495efff47ab351093f408ad18a46b551b9f9cd.zip |
Database: Avoid internal use of ignoreErrors()
* Use $tempIgnore in DatabaseBase::tableExists() instead of ignoreErrors().
* DatabasePostgres::reportQueryError(), since 419221e4a71b, calls
ignoreErrors() before and after rollback(). This is probably not effective
as a recursion guard (reportQueryError() would be called regardless), and
for suppressing any log entry or exception, it is redundant (doRollback()
already sets $tempIgnore when calling query()).
* ignoreErrors(), now unused, can be removed in a separate change set.
Change-Id: Iee768abf996ece213146ab8f64a15a2b407a2e5e
Diffstat (limited to 'includes/diff/WordAccumulator.php')
0 files changed, 0 insertions, 0 deletions