jenkins-bot has submitted this change and it was merged. Change subject: Removing CachingSqlMirror from options.wiki ......................................................................
Removing CachingSqlMirror from options.wiki Since the class is broken and disused, its probably makes more sense to remove it for now. Will later on be added when refactoring takes place to be used by the client. Bug: T47567 Change-Id: I9a78afacaccae5423bb71b55797981f552a5b479 --- M docs/options.wiki 1 file changed, 0 insertions(+), 4 deletions(-) Approvals: Thiemo Mättig (WMDE): Looks good to me, approved jenkins-bot: Verified diff --git a/docs/options.wiki b/docs/options.wiki index add51b8..3cbd584 100644 --- a/docs/options.wiki +++ b/docs/options.wiki @@ -98,7 +98,3 @@ === Expert Settings === ;injectRecentChanges: whether changes on the repository should be injected into this wiki's recent changes table, so they show up on watchlists, etc. Requires the <code>dispatchChanges.php</code> script to run, and this wiki to be listed in the <code>localClientDatabases</code> setting on the repository. ;showExternalRecentChanges: whether changes on the repository should be displayed on Special:RecentChanges, Special:Watchlist, etc on the client wiki. In contrast to <code>injectRecentChanges</code>, this setting just removes the changes from the user interface. The default is <code>false</code>. This is intended to temporarily prevent external changes from showing in order to find or fix some issue on a live site. -:;<code>'DirectSqlStore'</code>: Access the repo's database directly to fetch entity data etc. -:;<code>'CachingSqlStore'</code>: No direct access to the repo's database. Use cache information received from change notifications. '''Warning:''' dies is currently dysfunctional. -:;<code>null</code>: Automatic, use <code>'DirectSqlStore'</code> if <code>repoDatabase</code> is set, <code>'CachingSqlStore'</code> if not. -: '''Caveat:''' should always be <code>null</code> at the moment, because some code relies on the <code>repoDatabase</code> setting to determine whether the local cache tables should be used. -- To view, visit https://gerrit.wikimedia.org/r/279599 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9a78afacaccae5423bb71b55797981f552a5b479 Gerrit-PatchSet: 5 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: D3r1ck01 <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
