Move cache purging out of doUpdates()
authorChad Horohoe <chadh@wikimedia.org>
Mon, 15 Oct 2012 15:16:37 +0000 (11:16 -0400)
committerChad Horohoe <chadh@wikimedia.org>
Thu, 25 Oct 2012 18:21:34 +0000 (14:21 -0400)
commitee01bb0d9496855aa6581d1dd909c7d08bd56903
treea132e080f8e8baa0e13637e12ee6d1dd711fbd5b
parent31625b54a03781f7504d67c3dba414e6ed285707
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
includes/installer/DatabaseInstaller.php
includes/installer/DatabaseUpdater.php
maintenance/update.php