MaxSem has submitted this change and it was merged. Change subject: Move cache purging out of doUpdates() ......................................................................
Move cache purging out of doUpdates() It makes a whole lot more sense to run this at the end of the update process after post update maintenance rather than just at the end of schema updates. Run update.php more than once so all the updatelog entries are populated and you'll see why it makes sense. Change-Id: Ice42a31dee1e6b41da4aa0a47e8786579382aff1 --- M includes/installer/DatabaseInstaller.php M includes/installer/DatabaseUpdater.php M maintenance/update.php 3 files changed, 13 insertions(+), 15 deletions(-) Approvals: Aaron Schulz: Looks good to me, approved MaxSem: jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/28034 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice42a31dee1e6b41da4aa0a47e8786579382aff1 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Demon <[email protected]> Gerrit-Reviewer: Aaron Schulz <[email protected]> Gerrit-Reviewer: Demon <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
