* Use Maintenance::runChild() to get the child script instance
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 12 Sep 2010 09:07:51 +0000 (09:07 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 12 Sep 2010 09:07:51 +0000 (09:07 +0000)
commitda62fc431f62a27a925b6b1d51b4dc21db24c3eb
tree7aec12952456fe05b365251463886dfdbb50eee9
parentfe7ca9b9fdb18e0d21439b012cd033d99494f78a
* Use Maintenance::runChild() to get the child script instance
* Moved do_stats_init() to DatabaseUpdater and call it from doUpdates() for consistency with purgeCache(), this inverts the order of execution with default messages deletion, but I don't think this should break anything
* Removed the early return for postgres, which was a leftover from the old do_postgres_updates() crap
includes/installer/DatabaseUpdater.php
maintenance/update.php
maintenance/updaters.inc