From: Umherirrender Date: Wed, 2 May 2018 19:42:56 +0000 (+0200) Subject: Remove deprecated SqlDataUpdate class X-Git-Tag: 1.34.0-rc.0~5514^2 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=fc871584ec955d81409024f08d3df244e111f612;p=lhc%2Fweb%2Fwiklou.git Remove deprecated SqlDataUpdate class Deprecated since 1.28 Change-Id: I4dcbc8fcfdb99caa0469e7cf63745b94e19cd21d --- diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 72f877fc06..ec2597fdba 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -70,6 +70,7 @@ changes to languages because of Phabricator reports. * Revision::getRawComment() * window.gM() from mediawiki.jqueryMsg was removed (deprecated in 1.23). Use mw.msg() or mw.message() instead. +* The SqlDataUpdate class, deprecated in 1.28, has been removed. === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing diff --git a/autoload.php b/autoload.php index b832863564..e316bb521d 100644 --- a/autoload.php +++ b/autoload.php @@ -1482,7 +1482,6 @@ $wgAutoloadLocalClasses = [ 'SpecialWatchlist' => __DIR__ . '/includes/specials/SpecialWatchlist.php', 'SpecialWhatLinksHere' => __DIR__ . '/includes/specials/SpecialWhatlinkshere.php', 'SqlBagOStuff' => __DIR__ . '/includes/objectcache/SqlBagOStuff.php', - 'SqlDataUpdate' => __DIR__ . '/includes/deferred/SqlDataUpdate.php', 'SqlSearchResultSet' => __DIR__ . '/includes/search/SqlSearchResultSet.php', 'Sqlite' => __DIR__ . '/maintenance/sqlite.inc', 'SqliteInstaller' => __DIR__ . '/includes/installer/SqliteInstaller.php', diff --git a/includes/deferred/SqlDataUpdate.php b/includes/deferred/SqlDataUpdate.php deleted file mode 100644 index 2411beff89..0000000000 --- a/includes/deferred/SqlDataUpdate.php +++ /dev/null @@ -1,40 +0,0 @@ -mDb = wfGetLB()->getLazyConnectionRef( DB_MASTER ); - } -}