Krinkle has uploaded a new change for review.
https://gerrit.wikimedia.org/r/58462
Change subject: Cleared ResourceLoader blob store after update.php finishes.
......................................................................
Cleared ResourceLoader blob store after update.php finishes.
Update.php is supposed to clear all localization caches. This
makes sure to clear the ResourceLoader's own message cache
as well.
Bug: 44524
Change-Id: I15ceb60f5e2e4d3ed9ba818fe6cd619f9adce5b2
---
M includes/installer/DatabaseUpdater.php
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/62/58462/1
diff --git a/includes/installer/DatabaseUpdater.php
b/includes/installer/DatabaseUpdater.php
index b88ae61..f190196 100644
--- a/includes/installer/DatabaseUpdater.php
+++ b/includes/installer/DatabaseUpdater.php
@@ -865,6 +865,7 @@
if ( $wgLocalisationCacheConf['manualRecache'] ) {
$this->rebuildLocalisationCache();
}
+ MessageBlobStore::clear();
$this->output( "done.\n" );
}
--
To view, visit https://gerrit.wikimedia.org/r/58462
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I15ceb60f5e2e4d3ed9ba818fe6cd619f9adce5b2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: REL1_21
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits